Update src/app/contact-us/page.tsx

This commit is contained in:
2026-06-11 04:26:27 +00:00
parent 76ac94303f
commit c6e94dbfd1

View File

@@ -67,6 +67,7 @@ export default function ContactUsPage() {
buttonText="Submit Request"
termsText="By submitting, you agree to our Privacy Policy."
onSubmit={(email) => console.log("Estimate requested for:", email)}
useInvertedBackground={false}
/>
</div>