Merge version_5 into main #17

Merged
bender merged 1 commits from version_5 into main 2026-03-09 21:50:02 +00:00

View File

@@ -50,6 +50,7 @@ export default function ContactPage() {
buttonText="Send Message"
termsText="We respect your privacy. We'll only use this information to discuss your project."
centered={true}
useInvertedBackground={false}
onSubmit={(email) => {
console.log("Form submitted with email:", email);
}}