Skip to content

Refactor/#5/landing page#12

Merged
hyeonjiroh merged 13 commits intomainfrom
refactor/#5/landing-page
Jul 9, 2025
Merged

Refactor/#5/landing page#12
hyeonjiroh merged 13 commits intomainfrom
refactor/#5/landing-page

Conversation

@hyerin326
Copy link
Copy Markdown
Contributor

@hyerin326 hyerin326 commented Jul 8, 2025

🔗 이슈 번호

Closes #5


📋 작업 사항

  • settimeour 걷어내기

  • 버튼 생성 후 onClick 이벤트에 routing("OnboardingSurvey") 연결

  • 필요 텍스트 추가 및 재배치 진행

  • 안내 박스 생성


📷 스크린샷

01
03
04

@hyeonjiroh hyeonjiroh self-requested a review July 8, 2025 11:44
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 8, 2025

Preview Deployment
🔗 https://saegil-p6yic04q7-hyeonjirohs-projects.vercel.app

@hyerin326 hyerin326 requested a review from yl0937 July 8, 2025 12:22
return (
<div className="flex h-screen w-full items-center bg-[#F7F9FD]">
<div className="flex w-full flex-col items-center gap-[40px]">
<Image src={Logo} alt="" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image 컴포넌트를 사용할 때는 width와 height를 지정해줘야 합니다!
반응형을 생각해서 className="sm:h-[121px] sm:w-[98px] h-[81px] w-[65px]" 이렇게 해주시면 될 것 같습니다!

<h2 className="text-center text-[36px] leading-[120%] font-[700] text-[#142448]">
새길에 오신 것을 환영해요!
<div className="flex flex-col items-center gap-[24px] w-full">
<h2 className="text-[#142448] text-center text-[36px] font-[700] leading-[120%]">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tailwind 커스텀 폰트 스타일을 등록해서 사용할 수 있습니다!
text-[36px] font-[700] leading-[120%] 대신 text-display로 사용하시면 됩니다!
반응형을 생각해서 text-title-large sm:text-display 이렇게 작성해주시면 좋을 것 같습니다~

</p>
<Button
variant="primary"
width={240}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

피그마 시안을 확인해보면 버튼 너비가 335px인 것 같습니다!

<Button
variant="primary"
width={240}
onClick={() => routing("OnboardingSurvey")}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

버튼에 onClick 이벤트를 잘 걸어주셨네요😄

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 9, 2025

Preview Deployment
🔗 https://saegil-mr33skl5h-hyeonjirohs-projects.vercel.app

Copy link
Copy Markdown
Contributor

@hyeonjiroh hyeonjiroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨어요 혜린님~!

@hyeonjiroh hyeonjiroh merged commit bccf94b into main Jul 9, 2025
1 check passed
@hyeonjiroh hyeonjiroh deleted the refactor/#5/landing-page branch July 9, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[refactor] 랜딩페이지 수정

2 participants