Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-26 19:53:00 +00:00

View File

@@ -208,7 +208,7 @@ export default function LandingPage() {
inputPlaceholder="Your Name or Email"
buttonText="Send Inquiry"
termsText="By sending an inquiry, you agree to our privacy policy."
onSubmit={() => {}}
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
/>
</div>
@@ -255,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}