Skip to content

fieldsphere/intuit

Repository files navigation

Intuit Landing Demo

A lightweight Next.js App Router demo that replicates the current Intuit landing-page flow for an internal conference demo. The upper page is polished around the promo bar, nav, hero, and four product sections; the lower sections are intentionally lightweight stubs to preserve the full page rhythm.

Stack

  • Next.js App Router with TypeScript
  • Tailwind CSS
  • Framer Motion for subtle reveal animations
  • One backend route: POST /api/subscribe

Run Locally

npm install
npm run dev

Open http://localhost:3000.

Verify

npm run typecheck
npm run build

To test the backend directly:

curl -X POST http://localhost:3000/api/subscribe \
  -H "Content-Type: application/json" \
  -d '{"email":"demo@example.com"}'

Assets

All page assets live in public/assets. TurboTax and Credit Karma logos were already present; the remaining logos and product illustrations are local SVG fallbacks named to match the manifest so they can be swapped with official brand/CDN assets later.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors