From 334db0ac44dcd2a7ffb9a85da371f17d6dab208b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 14:10:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ebb9ba..4e706ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,6 +163,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ name: "message", placeholder: "Tell us about your event vision...", rows: 4, required: true }} + onSubmit={(data) => console.log("Booking Request Captured:", data)} buttonText="Submit Inquiry" useInvertedBackground={false} /> @@ -202,4 +203,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1