4 Commits

Author SHA1 Message Date
470abdd364 Update src/app/page.tsx 2026-03-05 12:13:07 +00:00
ae5ec25a67 Merge version_2 into main
Merge version_2 into main
2026-03-05 12:11:08 +00:00
744632df79 Update src/app/page.tsx 2026-03-05 12:11:04 +00:00
7d98550301 Merge version_1 into main
Merge version_1 into main
2026-03-05 12:09:00 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Book Now", href: "contact" }, { text: "Book Your Haircut", href: "contact" },
{ text: "Learn More", href: "services" } { text: "Learn More", href: "services" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -192,17 +192,17 @@ export default function LandingPage() {
tag="Get In Touch" tag="Get In Touch"
tagIcon={Phone} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Ready to Experience Excellence?" title="Book Your Appointment"
description="Book your appointment today and discover why Kevcutta is the premier choice for professional grooming services. Walk-ins welcome, but appointments recommended." description="Ready to experience excellence? Schedule your appointment with one of our master barbers. Choose your preferred service and time slot. Walk-ins welcome, but appointments recommended for your convenience."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg" imageSrc="http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg"
imageAlt="Kevcutta Barbershop Interior" imageAlt="Kevcutta Barbershop Interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Select your preferred date & time"
buttonText="Book Appointment" buttonText="Schedule Now"
termsText="We'll send you appointment confirmation and grooming tips. Unsubscribe anytime." termsText="Click to open our online booking system or call (555) 123-4567 to schedule your appointment directly."
ariaLabel="Contact Kevcutta Barbershop" ariaLabel="Contact Kevcutta Barbershop"
/> />
</div> </div>