Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 17:39:29 +00:00

View File

@@ -245,6 +245,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
onSubmit={(email) => console.log('Contact form submitted with email:', email)}
/>
</div>
@@ -293,4 +294,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}