Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 11:10:41 +00:00
parent a7b9767357
commit 9c023173e0

View File

@@ -89,6 +89,7 @@ export default function ContactPage() {
termsText="We'll never share your information and respect your privacy."
onSubmit={(email) => console.log('Form submitted with email:', email)}
centered={true}
useInvertedBackground={false}
/>
</div>