From f0b1f78c0a58a8bff31a2f5f461a550f1fd21d05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:25:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f48b3d7..5f471be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { background={{ variant: "circleGradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-cosmetics-client_23-2147737100.jpg", imageAlt: "Premium barbershop interior with skilled barber" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barber-makes-fade-cut-man-s-hair_1304-2761.jpg", imageAlt: "Expert barber performing precision fade" }, - { imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg", imageAlt: "Professional beard grooming service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg", imageAlt: "Luxurious hot shave experience" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-beard-senior-client-salon_23-2148182003.jpg", imageAlt: "Professional hair coloring service" } + { imageSrc: "http://img.b2bpic.net/free-photo/barber-makes-fade-cut-man-s-hair_1304-2761.jpg?_wi=1", imageAlt: "Expert barber performing precision fade" }, + { imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg?_wi=1", imageAlt: "Professional beard grooming service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg?_wi=1", imageAlt: "Luxurious hot shave experience" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-beard-senior-client-salon_23-2148182003.jpg?_wi=1", imageAlt: "Professional hair coloring service" } ]} ariaLabel="Kubazz Barbershop hero section" /> @@ -77,19 +77,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Precision Haircuts", description: "Expert fades, modern cuts, and classic styles executed with precision. Every cut is customized to your face shape and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/barber-makes-fade-cut-man-s-hair_1304-2761.jpg", imageAlt: "Precision barber haircut service" + title: "Precision Haircuts", description: "Expert fades, modern cuts, and classic styles executed with precision. Every cut is customized to your face shape and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/barber-makes-fade-cut-man-s-hair_1304-2761.jpg?_wi=2", imageAlt: "Precision barber haircut service" }, { id: 2, - title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Keep your beard looking sharp and well-maintained with our expert care.", imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg", imageAlt: "Professional beard grooming and styling" + title: "Beard Grooming", description: "Professional beard trimming, shaping, and conditioning. Keep your beard looking sharp and well-maintained with our expert care.", imageSrc: "http://img.b2bpic.net/free-photo/two-businessmen-talking-phone-city_1153-8203.jpg?_wi=2", imageAlt: "Professional beard grooming and styling" }, { id: 3, - title: "Hot Shave Experience", description: "Traditional hot lather shave with straight razor technique. A luxurious experience that leaves your skin smooth and refreshed.", imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg", imageAlt: "Premium hot shave barbershop service" + title: "Hot Shave Experience", description: "Traditional hot lather shave with straight razor technique. A luxurious experience that leaves your skin smooth and refreshed.", imageSrc: "http://img.b2bpic.net/free-photo/long-bearded-man-looking-clothes-hanging-rail-shop_23-2148175632.jpg?_wi=2", imageAlt: "Premium hot shave barbershop service" }, { id: 4, - title: "Hair Coloring", description: "Professional men's hair coloring and tinting services. Enhance your look with custom color treatments applied by expert stylists.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-beard-senior-client-salon_23-2148182003.jpg", imageAlt: "Professional hair coloring application" + title: "Hair Coloring", description: "Professional men's hair coloring and tinting services. Enhance your look with custom color treatments applied by expert stylists.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-combing-beard-senior-client-salon_23-2148182003.jpg?_wi=2", imageAlt: "Professional hair coloring application" } ]} />