From 0df469e8ad362d0041d5d453b606626aeaeb3a90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 19:52:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee621d8..0c9d226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,7 +208,7 @@ export default function LandingPage() { inputPlaceholder="Your Name or Email" buttonText="Send Inquiry" termsText="By sending an inquiry, you agree to our privacy policy." - onSubmit={() => {}} + onSubmit={(email) => console.log("Contact form submitted with email:", email)} /> @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1