Update src/app/contact/page.tsx
This commit is contained in:
@@ -67,7 +67,6 @@ export default function ContactPage() {
|
|||||||
termsText="We respect your privacy and will only use your email to respond to your inquiry."
|
termsText="We respect your privacy and will only use your email to respond to your inquiry."
|
||||||
onSubmit={(email) => {
|
onSubmit={(email) => {
|
||||||
console.log('Contact form submitted with email:', email);
|
console.log('Contact form submitted with email:', email);
|
||||||
// Handle form submission here
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user