From 81ff5fa2c98695344fc782f648520549f41bf786 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:55:54 +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 c0851e9..0994fec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@customer", testimonial: "Don't want to give him 5 stars — he'll get too busy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-styling-male-wellbeing-salon_1296-312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customer-styling-male-wellbeing-salon_1296-312.jpg?_wi=1", }, { name: "Sarah J.", handle: "@local", testimonial: "The best classic fade in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg?_wi=1", }, { name: "Robert D.", handle: "@regular", testimonial: "Jerry never misses a detail. Authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg?_wi=1", }, { name: "Mark P.", handle: "@patron", testimonial: "Pure class, just like it was in 1974.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=1", }, { name: "David L.", handle: "@customer", testimonial: "No fuss, no wait, just perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg?_wi=1", }, ]} imageSrc="http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg" @@ -212,7 +212,7 @@ export default function LandingPage() { quote: "The best cut in Sioux Falls.", name: "John D.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/customer-styling-male-wellbeing-salon_1296-312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customer-styling-male-wellbeing-salon_1296-312.jpg?_wi=2", }, { id: "2", @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Exactly what a barber shop should be.", name: "Mike S.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg?_wi=2", }, { id: "3", @@ -228,7 +228,7 @@ export default function LandingPage() { quote: "Jerry knows his stuff. Period.", name: "David W.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-bohemian-woman_23-2149726236.jpg?_wi=2", }, { id: "4", @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "In and out with a perfect fade.", name: "Tom K.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=2", }, { id: "5", @@ -244,7 +244,7 @@ export default function LandingPage() { quote: "You won't find this anywhere else.", name: "Chris B.", role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg?_wi=2", }, ]} title="What the Neighborhood Says" -- 2.49.1