A beautiful one-page Astro website for a summer rental property featuring house information, location, photo gallery, and contact form.
- 🏠 House information and amenities
- 📍 Interactive location map
- 📸 Photo gallery
- 📧 Contact form
- 🎨 Modern, responsive design with Tailwind CSS
- ⚡ Fast and optimized with Astro
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- Preview production build:
npm run preview- Update house information in
src/pages/index.astro - Replace placeholder images with your own photos
- Update contact information (email, phone)
- Modify the Google Maps embed URL with your actual location
- Customize colors and styling in Tailwind classes
- Astro - Web framework
- Tailwind CSS - Styling