Update src/app/contact/page.tsx

This commit is contained in:
2026-01-29 13:47:19 +00:00
parent 65958036ab
commit 8af5a22cdd

View File

@@ -67,7 +67,6 @@ export default function ContactPage() {
termsText="We respect your privacy and will only use your email to respond to your inquiry."
onSubmit={(email) => {
console.log('Contact form submitted with email:', email);
// Handle form submission here
}}
/>
</div>