Booking System

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.

Implementation Details

The booking system consists of:

  1. Main Booking Page (index.astro) - Contains the booking form and logic
  2. Components:

How It Works

The booking system follows a serverless approach appropriate for static hosting:

  1. Client fills the booking form with service, date, time, and personal details
  2. Form data is collected and displayed in a booking summary
  3. Submission options:

This approach eliminates the need for server-side processing while still providing a functional booking experience.

Notes

This implementation is suitable for static hosting on Vercel while providing a good user experience.