From 85940e40e6a0ae547da48b92c26577e83472b509 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:49:58 +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 1bfdb0c..b0911bd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,6 +50,7 @@ export default function ContactPage() { buttonText="Send Message" termsText="We respect your privacy. We'll only use this information to discuss your project." centered={true} + useInvertedBackground={false} onSubmit={(email) => { console.log("Form submitted with email:", email); }} -- 2.49.1