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" />