Update src/app/book-appointment/page.tsx

This commit is contained in:
2026-03-07 13:39:44 +00:00
parent 7de6aa5f81
commit e0c95d5428

View File

@@ -330,7 +330,7 @@ export default function BookAppointmentPage() {
<div className="flex gap-4">
<ButtonHoverBubble
text="Book Appointment"
onClick={handleSubmit}
onClick={() => handleSubmit({} as React.FormEvent)}
className="flex-1"
bgClassName="bg-primary-cta"
textClassName="text-white font-semibold"