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