From 7a77bd930d4a5cc0b4417755a80a660dcbedcfd2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:39:26 +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 7828d09..174af77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -245,6 +245,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Send Message" termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions." + onSubmit={(email) => console.log('Contact form submitted with email:', email)} /> @@ -293,4 +294,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1