Merge version_4 into main #3

Merged
development merged 4 commits from version_4 into main 2026-01-29 13:47:27 +00:00
Showing only changes of commit 8af5a22cdd - Show all commits

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>