Update src/app/contact/page.tsx

This commit is contained in:
2026-03-14 05:27:55 +00:00
parent 989e649f61
commit e6c151dc20

View File

@@ -98,6 +98,7 @@ export default function ContactPage() {
buttonText="Send Message"
termsText="We'll use your email to respond to your inquiry. We respect your privacy and won't share your information."
centered={true}
useInvertedBackground={false}
onSubmit={(email) => {
console.log('Contact form submission from:', email);
}}