diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 22d0d61..0d303e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -101,6 +101,7 @@ export default function ContactPage() { termsText="By contacting us, you agree to our Terms and Conditions." onSubmit={(email) => console.log("Contact from:", email)} centered={true} + useInvertedBackground={false} />