Merge version_3 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user