Website for an automotive body shop with quote generator.
- 🎨 Modern and responsive design
- 📝 Quote generator with parts management
- 💾 Local storage of quote history
- 📄 PDF generation for quotes
- 🖨️ Direct printing functionality
- 📱 WhatsApp and email integration
- 🔐 Login system for generator access
- Next.js 14
- React
- TypeScript
- Tailwind CSS
- shadcn/ui
- jsPDF
- Framer Motion
```bash npm install ```
```bash npm run dev ```
```bash npm run build npm start ```
``` ├── app/ # Application pages │ ├── page.tsx # Home page │ ├── login/ # Login page │ ├── quote/ # Contact/quote page │ └── presupuestos/ # Quote generator (Spanish) ├── components/ # Reusable components │ ├── ui/ # UI components │ └── ... # Other components └── lib/ # Utilities and functions ```
For production use, update:
- Contact information in
components/footer.tsx - Company information in
app/page.tsx - Login credentials in
app/login/page.tsx
© 2025 El Halcon. All rights reserved.