6 Commits

Author SHA1 Message Date
997b8740ba Merge version_3 into main
Merge version_3 into main
2026-03-11 23:39:19 +00:00
0d070656d0 Update src/app/page.tsx 2026-03-11 23:39:15 +00:00
728351d326 Merge version_2 into main
Merge version_2 into main
2026-03-11 23:37:49 +00:00
7e5fbdd9ee Update src/app/page.tsx 2026-03-11 23:37:45 +00:00
b301a5a8a8 Merge version_1 into main
Merge version_1 into main
2026-03-11 23:36:33 +00:00
cfc4dfd885 Merge version_1 into main
Merge version_1 into main
2026-03-11 23:36:04 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="Kingsmen"
description="Precision haircuts and traditional barbering craftsmanship. Experience the art of the perfect shave and timeless grooming."
buttons={[
{ text: "Book an Appointment", href: "#contact" },
{ text: "Book Now No Wait", href: "#contact" },
{ text: "Our Services", href: "#services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg"
@@ -148,7 +148,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Book Your Appointment"
ctaDescription="Schedule your next visit with one of our master barbers. Walk-ins welcome, but appointments recommended."
ctaButton={{ text: "Call Us Now", href: "tel:+1-555-0123" }}
ctaButton={{ text: "Book Appointment", href: "tel:+1-555-0123" }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"