From 67d638b0c9b8ce9f9524766ec61ee908d64e92ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:48:07 +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 f209782..f94431d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -40,6 +40,7 @@ export default function ContactPage() { title="Request a Free Quote" description="Ready for crystal clear windows? Fill out the form below and we'll get back to you within 24 hours with a custom estimate." background={{ variant: "plain" }} + useInvertedBackground={false} buttonText="Submit Request" inputPlaceholder="Enter your email address" /> -- 2.49.1