From 50abed320099bfb656a32ad0c271f9b1d09116b9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 06:19:07 +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 64664ef..23bd9d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@MarcusA", testimonial: "Best fade in town, always on point!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=1", imageAlt: "Marcus A. testimonial", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@ChloeStyles", testimonial: "Amazing hot shave, felt like a new man.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-with-sunglasses_23-2148495490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-with-sunglasses_23-2148495490.jpg?_wi=1", imageAlt: "Chloe S. testimonial", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@DKutz", testimonial: "Friendly staff and a great atmosphere. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "David K. testimonial", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@Jess_Looks", testimonial: "My go-to spot for a fresh look. Never disappointed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-brushed-salon_23-2148817182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-brushed-salon_23-2148817182.jpg?_wi=1", imageAlt: "Jessica L. testimonial", }, ]} @@ -249,7 +249,7 @@ export default function LandingPage() { name: "Alex R.", handle: "@AlexReviews", testimonial: "Franchize Barber Shop consistently delivers the best haircuts. Always leave feeling fresh and confident!", - imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg?_wi=2", imageAlt: "Alex R.", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { name: "Sam W.", handle: "@Sammy_Cuts", testimonial: "The attention to detail on my beard trim was incredible. True artists at work!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-with-sunglasses_23-2148495490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-with-sunglasses_23-2148495490.jpg?_wi=2", imageAlt: "Sam W.", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { name: "Chris P.", handle: "@Chris_Fresh", testimonial: "A welcoming environment and top-notch service. Franchize is now my only barber shop.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "Chris P.", }, { @@ -273,7 +273,7 @@ export default function LandingPage() { name: "Taylor B.", handle: "@TaylorStyle", testimonial: "Love the vibe and the consistent quality. My hot shave was pure bliss!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-brushed-salon_23-2148817182.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-brushed-salon_23-2148817182.jpg?_wi=2", imageAlt: "Taylor B.", }, ]} -- 2.49.1