From 4b4895ef4afd6abac83557b4e0090bb3dfd37acf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d57a9d..4c8de98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { value: "15+", title: "Years Experience" }, { value: "1000+", title: "Happy Clients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg?_wi=1" imageAlt="Professional barber service" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -89,7 +89,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Classic Haircuts", description: "Expert cuts tailored to your face shape and personal style. From fades to traditional cuts, we deliver precision every time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-reading-magazine-while-cutting-hair-barber-shop_23-2147839841.jpg?_wi=2", imageAlt: "Professional haircut service"}, items: [ { icon: Check, text: "Expert fade variations" }, { icon: Check, text: "Personalized styling consultation" }, @@ -99,7 +99,7 @@ export default function LandingPage() { }, { id: "2", title: "Beard Grooming", description: "Complete beard care including trims, shaping, and treatment. We help you maintain the perfect beard look.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg", imageAlt: "Professional beard grooming"}, + imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg?_wi=1", imageAlt: "Professional beard grooming"}, items: [ { icon: Check, text: "Precision beard shaping" }, { icon: Check, text: "Beard conditioning treatment" }, @@ -109,7 +109,7 @@ export default function LandingPage() { }, { id: "3", title: "Hot Shave Experience", description: "Luxurious traditional hot shave service for the ultimate relaxation. A timeless grooming ritual with expert technique.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg", imageAlt: "Classic hot shave service"}, + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94759.jpg?_wi=1", imageAlt: "Classic hot shave service"}, items: [ { icon: Check, text: "Warm steam preparation" }, { icon: Check, text: "Straight razor technique" }, @@ -142,17 +142,17 @@ export default function LandingPage() {