marketing-pages
Installation
SKILL.md
Scope
Marketing pages live in src/app/(website)/. Product pages live in src/app/(dashboard)/. This skill covers the (website) route group only.
Critical Rule: Always Reuse, Never Create
Before writing any component, search for an existing one. The codebase has two separate component systems — never mix them.
| System | Path | Use for |
|---|---|---|
| Product UI | src/ui/ |
Dashboard/authenticated pages only |
| Public primitives | src/website/ |
Marketing pages typography, buttons |
| Public compositions | src/components/website/ |
Marketing feature sections |
| Page structure | src/components/public-page.tsx |
Every marketing page layout |
Page Structure (required pattern)
Every marketing page must follow this composition: