From 13d7dc995e415f8a090ea83d9bc69f03b9568638 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 14:41:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2d921f..08cb64c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { description="Where precision meets style. Your transformation starts in the chair." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg?_wi=1", imageAlt: "Modern barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-having-drink-barbershop_23-2147736963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-having-drink-barbershop_23-2147736963.jpg?_wi=1", imageAlt: "Barber tools at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-shaving-hair-bearded-man_23-2147778748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-shaving-hair-bearded-man_23-2147778748.jpg?_wi=1", imageAlt: "Clean modern haircut", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { description: "Premium grooming products for lasting finish.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg?_wi=1" imageAlt="Professional barber haircutting" /> @@ -152,7 +152,7 @@ export default function LandingPage() { id: "p1", name: "Matte Wax", price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg?_wi=1", }, { id: "p2", @@ -263,7 +263,7 @@ export default function LandingPage() { quote: "The best fade in the city. Truly world class.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-attractive-fashionable-young-businessman-with-trimmed-beard-trendy-hairstyle-posing-modern-cozy-interior-dressed-formal-stylish-suit_343059-1778.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg?_wi=2", imageAlt: "smiling man portrait groomed beard", }, { @@ -274,7 +274,7 @@ export default function LandingPage() { quote: "Always professional, clean, and top-tier service.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-with-tattooed-arms-dressed-shirt-posing-grey-background_613910-15701.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-having-drink-barbershop_23-2147736963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-having-drink-barbershop_23-2147736963.jpg?_wi=2", imageAlt: "smiling man portrait groomed beard", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { quote: "I leave here feeling like a brand new man.", tag: "Style", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sensitive-man-posing-studio_23-2149518241.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-shaving-hair-bearded-man_23-2147778748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-shaving-hair-bearded-man_23-2147778748.jpg?_wi=2", imageAlt: "smiling man portrait groomed beard", }, { @@ -296,7 +296,7 @@ export default function LandingPage() { quote: "Perfect service, great atmosphere, skilled hands.", tag: "New", avatarSrc: "http://img.b2bpic.net/free-photo/man-waiting-new-haircut_23-2148353450.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg?_wi=2", imageAlt: "smiling man portrait groomed beard", }, { @@ -307,7 +307,7 @@ export default function LandingPage() { quote: "Best barbershop experience I have had so far.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11915.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg?_wi=2", imageAlt: "smiling man portrait groomed beard", }, ]} -- 2.49.1