Stack: Next.js (App Router), TypeScript, Tailwind CSS
Deployed: https://github.com/itsgauravkumar07/FitFlow-landing
Repo: https://fit-flow-landing-ten.vercel.app/
Landing page for FitFlow — a fitness coaching service. Includes:
- Hero (headline, subtext, CTA)
- Features (3 items)
- Testimonials
- Pricing
- Contact
- Footer
I used Vercel v0 to prototype the UI sections (Hero, Features, Testimonials, Pricing, Contact and Footer). The layout and initial HTML/CSS were generated with v0 prompts, then I rewrote and refactored each section into clean Next.js/TypeScript components and applied Tailwind for styling and responsiveness.
npm install
npm run dev
# open http://localhost:3000


