Update src/app/contact/page.tsx
This commit is contained in:
@@ -87,6 +87,7 @@ export default function ContactPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Send Message"
|
||||
termsText="By submitting this form, you agree to be contacted about your event inquiry."
|
||||
mediaAnimation="opacity"
|
||||
onSubmit={(email) => {
|
||||
console.log("Form submitted with email:", email);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user