[DEV] 랜딩페이지 UI 작업#144
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request replaces the old GuestPage with a new, multi-section scrollable LandingPage, introducing several sub-components (such as LandingPageFirst through Seventh, LLMForLandingPage, SearchForLandingPage, and SidebarForLanding) and removing the guest route. The review feedback highlights several critical and medium-severity issues: restoring the isPending state in LoginPage to prevent duplicate login submissions, removing negative z-index (-z-20) classes from landing page sections to ensure user interactions are not blocked, adding alt attributes to images for accessibility, correcting spelling and casing in component names, removing unnecessary dir="rtl" attributes from Korean text, and cleaning up unused input-specific styles from static elements.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🔗 관련 이슈
close #142
✨ 요약
랜딩 페이지를 작업합니다.
📝 작업 내용