Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bcfbce99f | |||
| c49945aad2 | |||
| 0df469e8ad | |||
| aa3c5e038a | |||
| 5fed4ac838 | |||
| 30a144782a |
@@ -205,10 +205,10 @@ export default function LandingPage() {
|
|||||||
imageAlt="Map illustration showing Skinquarter Market location"
|
imageAlt="Map illustration showing Skinquarter Market location"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Your Name or Email"
|
inputPlaceholder="Your Email Address"
|
||||||
buttonText="Send Inquiry"
|
buttonText="Send Inquiry"
|
||||||
termsText="By sending an inquiry, you agree to our privacy policy."
|
termsText="By sending an inquiry, you agree to our privacy policy."
|
||||||
onSubmit={() => {}}
|
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -255,4 +255,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user