A pixel‑perfect, responsive recreation of Apple's iPhone landing page aesthetic. This is UI‑only (no functionality).
- React + Vite
- Tailwind CSS v4 runtime via
@tailwindcss/vite(notailwind.config.jsneeded) - Pure, reusable components
pnpm i # or: npm i OR yarn
pnpm dev # or: npm run devIf Tailwind init doesn't work on your system, this setup doesn't need it. We import Tailwind directly in
src/index.cssand use the Vite plugin.
npm install tailwindcss @tailwindcss/vitenpm run build
npm run preview- Vercel: Import this repo, framework = Vite, build =
npm run build, output dir =dist. - Netlify: Build command =
npm run build, publish directory =dist.
- Fonts use the Apple‑like system stack (
-apple-system, etc.) for legal + visual fidelity. - All imagery is generative/placeholder; swap with product assets as needed.