Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a77bd930d |
@@ -238,13 +238,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Get in Touch"
|
||||
title="Book Your Appointment Today!"
|
||||
description="Ready for a fresh look? Schedule your visit to Wendy's Barbershop at Cut N Go."
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user