From 8af5a22cddea7a2b97036c99cb7edf58807d8cc2 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:47:19 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 133527d..b92378c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -67,7 +67,6 @@ export default function ContactPage() { termsText="We respect your privacy and will only use your email to respond to your inquiry." onSubmit={(email) => { console.log('Contact form submitted with email:', email); - // Handle form submission here }} />