From a5dab25a2a637f809cbb08f5ed44d6180372523d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:09:10 +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 9e3f7c3..845bf80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@jamesr", testimonial: "Best fade I've had in years. Professional and welcoming atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg?_wi=1", imageAlt: "barbershop interior warm wood decor", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "The attention to detail here is unmatched. Won't go anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-making-haircut_23-2149220581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-making-haircut_23-2149220581.jpg?_wi=1", imageAlt: "barbershop interior warm wood decor", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@alexp", testimonial: "Friendly staff, excellent service, and a truly premium feel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1", imageAlt: "barbershop interior warm wood decor", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@samk", testimonial: "Always consistent, clean, and professional. Top tier barber shop.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face-looking-away_23-2148784405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face-looking-away_23-2148784405.jpg?_wi=1", imageAlt: "barbershop interior warm wood decor", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@tomh", testimonial: "Solid craftsmanship every single time. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1", imageAlt: "barbershop interior warm wood decor", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", @@ -146,7 +146,7 @@ export default function LandingPage() { description: "Relax in our curated, comfortable space.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hairdresser-making-haircut_23-2149220581.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hairdresser-making-haircut_23-2149220581.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -189,21 +189,21 @@ export default function LandingPage() { name: "James R.", handle: "@jamesr", testimonial: "Best fade I've had in years.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", }, { id: "2", name: "Mark D.", handle: "@markd", testimonial: "Attention to detail is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face-looking-away_23-2148784405.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-half-his-face-looking-away_23-2148784405.jpg?_wi=2", }, { id: "3", name: "Alex P.", handle: "@alexp", testimonial: "Premium feel and excellent staff.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=2", }, { id: "4", -- 2.49.1