Update src/app/contact/page.tsx

This commit is contained in:
2026-03-14 05:33:02 +00:00
parent 13da2a3198
commit 7c455d8af2

View File

@@ -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);
}}