From cd99e302ef3ca1b5ca21b4557af8da854e42d3f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 02:01:47 +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 7e54c1a..3bc50e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,19 +88,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg?_wi=1", imageAlt: "Classic barber chair in a clean barbershop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg?_wi=1", imageAlt: "Barber giving a precision haircut", }, { - imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-uniform-shaving-his-beard-with-straight-razor-with-shaving-cream-put-his-face-putting-finger-neck_141793-98622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-uniform-shaving-his-beard-with-straight-razor-with-shaving-cream-put-his-face-putting-finger-neck_141793-98622.jpg?_wi=1", imageAlt: "Barber performing a hot shave", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-hairdressing-equipment_23-2148352955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-hairdressing-equipment_23-2148352955.jpg?_wi=1", imageAlt: "Assortment of professional barber tools", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { description: "Indulge in a classic hot lather shave for ultimate smoothness.", bentoComponent: "reveal-icon", icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg?_wi=2", imageAlt: "barbershop logo vintage modern", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { description: "Keep your beard looking its best with our meticulous trimming and shaping.", bentoComponent: "reveal-icon", icon: Feather, - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg?_wi=2", imageAlt: "barbershop logo vintage modern", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { description: "Stylish and comfortable cuts for our younger gentlemen.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-uniform-shaving-his-beard-with-straight-razor-with-shaving-cream-put-his-face-putting-finger-neck_141793-98622.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-caucasian-male-barber-wearing-glasses-uniform-shaving-his-beard-with-straight-razor-with-shaving-cream-put-his-face-putting-finger-neck_141793-98622.jpg?_wi=2", imageAlt: "barbershop logo vintage modern", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { description: "Revitalize your hair with our nourishing treatments and conditioning.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-hairdressing-equipment_23-2148352955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-professional-hairdressing-equipment_23-2148352955.jpg?_wi=2", imageAlt: "barbershop logo vintage modern", }, ]}