feat: 쟁승메이드 마케팅 랜딩페이지 신규 제작 (/landing)
7단계 디자인 프레임워크 적용 (60% Trust + 30% Warmth + 10% Energy) - Hero: 다크 배경 + 그리드 패턴 + URL 증거 브라우저 카드 + 플로팅 애니메이션 - Trust Bar: CountUp 카운터 (3개 서비스, 24h 견적, 100% 소스코드, 1개월 AS) - Services: 5개 서비스 카드 (호버 컬러 탑바, URL 증거 배지) - Proof Section: 3개 운영 서비스 브라우저 카드 + 개발자 경력 타임라인 - Guarantees: 계약서/환불/소스코드/패널티 4격자 (SVG 아이콘) - Pricing: 투명한 가격 테이블 - FAQ: 어코디언 펼치기 - Final CTA: 그라디언트 배경 + 펄스 CTA 버튼 - 사이드바 우회용 독립 layout.tsx 포함 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
app/landing/layout.tsx
Normal file
4
app/landing/layout.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
// DashboardShell을 우회하는 독립 레이아웃
|
||||
export default function LandingLayout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user