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 }} />