Update src/app/contact/page.tsx
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user