From 9c023173e0a7640cd8d2e27182eb4f9dbe01b6eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:10:41 +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 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} />