Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8de0d525f | |||
| f8802077ca | |||
| 0a30b55c02 | |||
| 7a77bd930d | |||
| 82f7d683fe | |||
| 2f90932088 |
@@ -238,13 +238,14 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Book Your Appointment Today!"
|
title="Book Your Appointment Today!"
|
||||||
description="Ready for a fresh look? Schedule your visit to Wendy's Barbershop at Cut N Go."
|
description="Ready for a fresh look? Schedule your visit to Wendy's Barbershop at Cut N Go."
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user