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