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); }}