Skip to content

Commit

Permalink
design: 홈페이지 디자인 수정 #256
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 5, 2024
1 parent eac23af commit d6261f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ function Home() {
<>
<Header className={cx('home')} type="home" />
<main className={cx('mainContainer')}>
<Spacing size={8} />
<Banner bannerData={MOCK_BANNER_DATA} />
<Spacing size={32} />
<div className={cx('recommendWrapper')}>
<Text typography="t4" bold>추천 세차용품</Text>
<Spacing size={16} />
<RecommendListContainer />
</div>
<Spacing size={35} />
<Spacing size={32} />
<div className={cx('productListContainer')}>
<Text typography="t4" bold>WashFit 랭킹</Text>
<Spacing size={16} />
Expand Down

0 comments on commit d6261f3

Please sign in to comment.