Update src/app/booking/page.tsx

This commit is contained in:
2026-03-14 05:27:28 +00:00
parent 9fda1c9360
commit 7b10eb0f3a

View File

@@ -89,6 +89,7 @@ export default function BookingPage() {
buttonText="Get Started"
termsText="By submitting this form, you agree to be contacted about your event booking inquiry. We respect your privacy."
centered={true}
useInvertedBackground={false}
onSubmit={(email) => {
console.log('Booking inquiry from:', email);
}}