diff --git a/src/app/page.tsx b/src/app/page.tsx index 3329b39..b1a9e36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506206.jpg", imageAlt: "Premium barbershop interior with professional haircut" }, { - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462472.jpg", imageAlt: "Expert flat top haircut precision" + imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462472.jpg?_wi=1", imageAlt: "Expert flat top haircut precision" } ]} rightCarouselItems={[ @@ -55,7 +55,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149220553.jpg", imageAlt: "Skilled barber providing professional service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506364.jpg", imageAlt: "Family-friendly barbershop welcoming all" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506364.jpg?_wi=1", imageAlt: "Family-friendly barbershop welcoming all" } ]} tag="Established 2008 • Community First" @@ -106,11 +106,11 @@ export default function LandingPage() { }, { id: 3, - title: "Classic Flat Tops", description: "One of the few who still does it right. Expert in vintage and modern flat top styles.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462472.jpg", imageAlt: "Expert flat top haircut" + title: "Classic Flat Tops", description: "One of the few who still does it right. Expert in vintage and modern flat top styles.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462472.jpg?_wi=2", imageAlt: "Expert flat top haircut" }, { id: 4, - title: "Family Cuts", description: "From kids to adults — everyone's welcome. Friendly atmosphere for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506364.jpg", imageAlt: "Family-friendly barbershop service" + title: "Family Cuts", description: "From kids to adults — everyone's welcome. Friendly atmosphere for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506364.jpg?_wi=2", imageAlt: "Family-friendly barbershop service" } ]} tag="Premium Services" @@ -164,8 +164,8 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={true} buttons={[ - { text: "Book Now", href: "#" }, - { text: "Call: (555) 123-4567", href: "tel:+15551234567" } + { text: "Reserve Your Spot Today", href: "#" }, + { text: "Call Us Today: (555) 123-4567", href: "tel:+15551234567" } ]} animationType="entrance-slide" ariaLabel="Contact section and booking"