Update src/app/booking/page.tsx
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user