This is a client-side booking system for Hands of Brama Massage and Spa - Kampala. The system is designed to work on a static site hosted on Vercel, with form submissions handled through email and WhatsApp integration.
The booking system consists of:
index.astro
) - Contains the booking form and logicServiceSelector.astro
- Dropdown for selecting massage servicesDatePicker.astro
- Date picker with validationTimeSelector.astro
- Time slot selectionThe booking system follows a serverless approach appropriate for static hosting:
This approach eliminates the need for server-side processing while still providing a functional booking experience.
This implementation is suitable for static hosting on Vercel while providing a good user experience.