From c8cd4bdf88da6d2b75e80ef9d346844343989083 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 11:58:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a5be3..95a9045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,8 +60,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barbershop Seating Area" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg", imageAlt: "Professional Barber at Work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Precision Haircut Service" } + { imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg?_wi=1", imageAlt: "Professional Barber at Work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=1", imageAlt: "Precision Haircut Service" } ]} carouselPosition="right" /> @@ -87,7 +87,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Precision Haircuts", description: "Expert haircuts tailored to your style and face shape. From classic fades to modern designs, we deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg", imageAlt: "Professional Haircut Service", buttonIcon: Scissors, + title: "Precision Haircuts", description: "Expert haircuts tailored to your style and face shape. From classic fades to modern designs, we deliver precision every time.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-angry-expression_641386-647.jpg?_wi=2", imageAlt: "Professional Haircut Service", buttonIcon: Scissors, buttonHref: "#pricing" }, { @@ -95,7 +95,7 @@ export default function LandingPage() { buttonHref: "#pricing" }, { - title: "Hot Shaves", description: "Traditional hot shave experience with premium products. Relax as our expert barbers provide a classic and luxurious shaving service.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg", imageAlt: "Hot Shave Service", buttonIcon: Star, + title: "Hot Shaves", description: "Traditional hot shave experience with premium products. Relax as our expert barbers provide a classic and luxurious shaving service.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg?_wi=2", imageAlt: "Hot Shave Service", buttonIcon: Star, buttonHref: "#pricing" } ]} -- 2.49.1