Update src/app/contact/page.tsx

This commit is contained in:
2026-03-17 01:59:11 +00:00
parent 1e1fac2117
commit 2e06bcc802

View File

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