From f811cbf999b46a66336f0bf7290010267b0deeb6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 18:28:34 +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 9285c2d..5f47426 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,7 +14,7 @@ export default function ContactPage() { borderRadius="sharp" contentWidth="medium" sizing="medium" - background="aurora" + background="none" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -24,14 +24,14 @@ export default function ContactPage() { @@ -50,7 +50,6 @@ export default function ContactPage() { termsText="We'll review your submission within 2 weeks. By submitting, you agree to our terms and confidentiality agreement." onSubmit={(email) => { console.log('Pitch submission:', email); - // Handle form submission logic here }} />