From ce6a285eb5ed8f753d5fe6a26a20940384207921 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:41:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 610d141..f3f5d36 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,10 +24,10 @@ export default function ContactPage() { @@ -41,8 +41,7 @@ export default function ContactPage() { 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)} useInvertedBackground={false} - /> -