diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 915892a..b1f7a08 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -89,6 +89,7 @@ export default function ContactPage() { termsText="We'll never share your information and respect your privacy." onSubmit={(email) => console.log('Form submitted with email:', email)} centered={true} + useInvertedBackground={false} />