From 56a4de8ec03b18bab0a2afd23669acd38eeddc36 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:27:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 55404f4..295939b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,6 +98,7 @@ export default function ContactPage() { buttonText="Send Message" termsText="We'll use your email to respond to your inquiry. We respect your privacy and won't share your information." centered={true} + useInvertedBackground={false} onSubmit={(email) => { console.log('Contact form submission from:', email); }}