24 lines
791 B
Markdown
24 lines
791 B
Markdown
# Luminary
|
|
SaaS marketing landing page with hero, features, stats, pricing, testimonials, FAQ
|
|
Stack: React 18 / TypeScript / Vite / Tailwind CSS / shadcn/ui
|
|
Pages: Index (single page)
|
|
Palette: violet-950/indigo-950 dark gradient hero
|
|
|
|
## Files
|
|
- src/pages/Index.tsx (27KB)
|
|
- src/components/Header.tsx (0KB)
|
|
- src/components/Footer.tsx (0KB)
|
|
|
|
## Imports
|
|
UI: @/components/ui/{button,card,badge,input,textarea,tabs,accordion,dialog,sheet}
|
|
Icons: lucide-react
|
|
Toast: import { toast } from "sonner"
|
|
Theme: ThemeToggle in headers (next-themes)
|
|
Router: react-router-dom BrowserRouter
|
|
|
|
## Rules
|
|
- MODIFY existing files — never rebuild from scratch
|
|
- Pages import Header + Footer from @/components/
|
|
- Tailwind only — no inline styles
|
|
- Use existing shadcn components — don't create custom ones
|