# Task: Convert index.html → Next.js App

## Progress

- [ ] **Step 1**: Copy image assets to `public/images/`
- [ ] **Step 2**: Install dependencies (`clsx`, `tailwind-merge`, `lucide-react`)
- [ ] **Step 3**: Foundation — `globals.css`, `layout.tsx`, `next.config.ts`
- [ ] **Step 4**: Utility & Data — `lib/utils.ts`, `data/site-data.ts`
- [ ] **Step 5**: UI Components — Button, Accordion, Input, Sheet
- [ ] **Step 6**: Magic UI Components — animated-counter, fade-in, floating-element
- [ ] **Step 7**: Layout — Header, Footer
- [ ] **Step 8**: Sections — Hero, StatsBar, Products, WhyChoose, Process, Certifications, Gallery, FaqContact
- [ ] **Step 9**: Main page assembly — `page.tsx`
- [ ] **Step 10**: Build & verify
