6 Commits

Author SHA1 Message Date
b8de0d525f Merge version_3 into main
Merge version_3 into main
2026-06-10 17:39:46 +00:00
f8802077ca Update src/app/page.tsx 2026-06-10 17:39:40 +00:00
0a30b55c02 Merge version_2 into main
Merge version_2 into main
2026-06-10 17:39:29 +00:00
7a77bd930d Update src/app/page.tsx 2026-06-10 17:39:26 +00:00
82f7d683fe Merge version_1 into main
Merge version_1 into main
2026-06-10 17:27:37 +00:00
2f90932088 Merge version_1 into main
Merge version_1 into main
2026-06-10 17:26:50 +00:00

View File

@@ -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>
@@ -293,4 +294,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }