[FEAT] 랜딩 페이지 및 디자인 시스템 구현#9
Merged
Merged
Conversation
- Prettier PostToolUse 훅을 올바른 형식으로 추가했습니다 - 테스트·스토리 파일을 TypeScript 빌드 대상에서 제외했습니다
- 텍스트 계층(--text-1~4), 배경(--bg-base/card/subtle), 테두리 변수를 정의했습니다 - 브랜드 그린 팔레트(--green-100~400)를 oklch 색상으로 정의했습니다 - 텍스트·배경·AI 기능용 그라디언트 변수를 정의했습니다 - 카드·버튼 radius 및 shadow 공통 유틸 변수를 추가했습니다
- 새싹 모티프 인라인 SVG LogoGlyph 컴포넌트를 추가했습니다 - components/ui barrel export(index.ts)를 추가했습니다 - 디자인 시스템 토큰을 적용한 랜딩 페이지 서버 컴포넌트를 구현했습니다 - Google 로그인 버튼을 /dashboard 링크로 연결했습니다
- LogoGlyph 테스트 4개를 작성했습니다 (size, className, aria-hidden) - 랜딩 페이지 테스트 5개를 작성했습니다 (헤드라인, Google 링크, eyebrow 등) - LogoGlyph Storybook 스토리 3개를 작성했습니다 (Default, Large, Colored)
- 컴포넌트 계층, CSS 토큰 목록, Tailwind 매핑표를 문서화했습니다 - 테스트 케이스 9개 및 Storybook 스토리 명세를 포함했습니다
…lient into feat/8-landing-page-and-design-system
- next/font/local로 PretendardVariable.woff2를 로드하고 CSS 변수로 등록했습니다 - body에 font-family: var(--font-pretendard)를 적용하여 전체 앱에 폰트를 적용했습니다 - shared/assets/fonts/PretendardVariable.woff2 폰트 파일을 추가했습니다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ISSUE 🔗
close #8
What is this PR? 🔍
claude.ai/design으로 제작한 Sprout · Career Studio 브랜드 디자인을 Next.js 프로젝트에 적용합니다.globals.css에 정의Screenshot 📷
Test Checklist ✔
pnpm type-check통과pnpm lint통과pnpm format:check통과pnpm dev로 랜딩 페이지 시각 확인