From 6835e25dcefec55a5e6a6831fd15ae67c8360ace Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:48:23 +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 3e59d31..2ddcd20 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,6 +36,7 @@ export default function ContactPage() { title="Let's work together" description="Have questions or want to collaborate? Send us a message and we'll be in touch." centered={true} + useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Send Message" onSubmit={(email) => console.log("Form submitted for:", email)} -- 2.49.1