You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(home): 디자인 토큰 본격 적용 + 홈페이지 Hero·KPI·서비스 카드 리디자인
.aidocs/design.md(Revolut 스타일) 토큰을 사이트 코드에 1차 매핑하고, 시안(.aidocs/sample.pen Home)에 맞춰 홈페이지 hero/features/KPI를 다시 짠다.
- src/css/custom.css: design.md 토큰을 CSS 변수(--smk-*)로 정의(canvas·surface·hairline·ink·accent·radius·spacing), Infima primary를 cobalt violet(#494fdf)으로 교체, 폰트 패밀리 변수(Geist display + Inter body) 적용
- docusaurus.config.ts: Geist/Inter Google Fonts preconnect + stylesheet headTags 추가
- src/pages/index.tsx + index.module.css: 홈 Hero 재작성 — 다크 캔버스 풀블리드 + eyebrow pill + display 88px(clamp) 두 줄 헤드라인 + dual CTA(흰 pill primary / outline secondary). HomepageKPI 마운트
- src/components/HomepageFeatures: 4대 서비스 카드에 accent 컬러 칩(teal/pink/warning/light-green) + 번호 + design.md feature-card-light(흰 카드 + hairline-light + rounded-lg) 적용
- src/components/HomepageKPI: 신규 — 2026 목표 4-up 그리드(30+/20+/20m/0.70). 마지막 셀은 plan-card-featured(cobalt violet)로 강조. 항상 다크 캔버스(테마와 무관한 two-mode 밴드 alternation)
모든 컬러·타이포·spacing은 --smk-* 토큰을 통해서만 참조. design.md가 단일 출처라는 룰(CONTRIBUTING.md §8) 정합.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments