From a654c2215924f2a015a4f067c1b09c54a246d8b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:38:22 +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 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} /> -- 2.49.1