Skip to content

Commit

Permalink
πŸ’„ : #302 - λžœλ”©νŽ˜μ΄μ§€ μ•„μ΄μ½˜ 색상 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
suehdn committed Dec 22, 2023
1 parent 4abe915 commit bf3cae8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/_components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ export default function LandingPage() {
</div>
<div className={classNames('font-size-lg', 'landing__icon-texts')}>
<div className={classNames('landing__icon-text')}>
<Icon name="CREATE_NEW_PLAN" isFilled={true} />
<Icon name="CREATE_NEW_PLAN" isFilled={true} color="primary" />
<p>λ‚˜λ§Œμ˜ μ‹ λ…„ κ³„νšμ„ λ§Œλ“€μ–΄μš”!</p>
</div>
<div className={classNames('landing__icon-text')}>
<Icon name="NOTIFICATION_ON" isFilled={true} />
<Icon name="NOTIFICATION_ON" isFilled={true} color="primary" />
<p>주기적으둜 κ³„νšκ³Ό 메세지λ₯Ό λ¦¬λ§ˆμΈλ“œ λ°›μ•„μš” ! </p>
</div>
<div className={classNames('landing__icon-text')}>
<Icon name="FEEDBACK" isFilled={true} />
<Icon name="FEEDBACK" isFilled={true} color="primary" />
<p>κ³„νšμ„ 잘 지킀고 μžˆλŠ”μ§€ 슀슀둜 ν”Όλ“œλ°±ν•΄μš” ! </p>
</div>
<div className={classNames('landing__icon-text')}>
<Icon name="OTHER_PLAN" isFilled={true} />
<Icon name="OTHER_PLAN" isFilled={true} color="primary" />
<p>λ‹€λ₯Έ μ‚¬λžŒμ˜ κ³„νšμ„ λ‘˜λŸ¬λ³΄κ³ , μ‘μ›ν•΄μš” ! </p>
</div>
</div>
Expand Down

0 comments on commit bf3cae8

Please sign in to comment.