Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-04 09:38:27 +00:00

View File

@@ -101,6 +101,7 @@ export default function ContactPage() {
termsText="By contacting us, you agree to our Terms and Conditions."
onSubmit={(email) => console.log("Contact from:", email)}
centered={true}
useInvertedBackground={false}
/>
</div>