ShellLandingPage
harness-layout랜딩 페이지 레이아웃. 전폭 히어로, CTA 바, 푸터를 지원합니다.
ShellLandingPage Props
| Prop | 타입 | 기본값 | 설명 |
|---|---|---|---|
children* | ReactNode | — | 스택 섹션 콘텐츠 |
hero | ReactNode | — | 전폭 히어로 섹션 |
cta | ReactNode | — | 전폭 CTA 바 |
footer | ReactNode | — | 페이지 푸터 |
width | "narrow" | "normal" | "wide" | "full" | — | 콘텐츠 폭 오버라이드 (기본 full) |
Import
tsx
import { ShellLandingPage } from "@reopt-ai/opt-shell";