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