- Next.js (App Router) + TypeScript
- Tailwind CSS v4
- Framer Motion
- Lucide React
- Install dependencies:
npm install- Run the dev server:
npm run devThen open http://localhost:3000.
npm run build
npm startsrc/
app/
layout.tsx # App metadata and global layout
page.tsx # Landing composed from components
globals.css # Tailwind + theme tokens
components/
Navbar.tsx
Hero.tsx
Features.tsx
CTA.tsx
Footer.tsx
- Update metadata in
src/app/layout.tsxfor titles/OG tags. - Replace placeholder gradient/card in
Herowith imagery. - Add real links, pricing, and contact routes as needed.