-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Instead of sending an email via the “Contact Us” section, we should add a simple meeting booking form directly on the website.
The form should allow visitors to easily schedule a meeting (for example, by selecting an available time slot on a calendar view).
Requirements:
Replace the current “Contact Us” email action with a meeting booking form
Display a calendar view where users can choose a date and time
Collect basic user details (name, email, optional message)
On submission, create a booking (e.g., via Google Calendar API, Cal.com, or similar)
Show a confirmation message after scheduling
Maintain a clean and consistent design with the rest of the site
Notes:
Keep it lightweight and user-friendly — the goal is to make booking a call as easy as sending a message.