Website for vacation rental properties in Guadeloupe.
- Framework: Next.js 13 with TypeScript
- UI: Chakra UI + Tailwind CSS
- Forms: React Hook Form + EmailJS
- Images: ImageKit.io CDN
- Maps: Google Maps Embed (iframe)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Lint code
npm run lint- Responsive Design: Mobile-first approach with Tailwind CSS
- Contact Form: EmailJS integration for inquiries
- Interactive Maps: Embedded Google Maps showing property location
- Price Tables: Seasonal pricing for different rental periods
- Image Gallery: Optimized images via ImageKit.io
- Static Export: Optimized for static hosting
src/components/- React componentssrc/pages/- Next.js pagessrc/styles/- Global stylespublic/- Static assets
- Updated pricing (+10€ on weekly rates)
- Replaced Google Maps API with secure iframe embed
- Added comprehensive documentation (CLAUDE.md)