Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c383944f3c | |||
| 4bcfbce99f | |||
| c49945aad2 | |||
| 0df469e8ad | |||
| aa3c5e038a | |||
| 5fed4ac838 | |||
| 30a144782a |
@@ -205,10 +205,10 @@ export default function LandingPage() {
|
||||
imageAlt="Map illustration showing Skinquarter Market location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your Name or Email"
|
||||
inputPlaceholder="Your Email Address"
|
||||
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