From 2e06bcc802a8b372dc6da07993403ea0f7e81790 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:59:11 +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 85b91fe..c0670a5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,6 +76,7 @@ export default function ContactPage() { buttonText="Send Message" termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy." onSubmit={handleContactSubmit} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact us section" />