From d9aef2285a543fa4dbbc9ec0482c8d3cebca12f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:54:30 +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 643f8f3..5f673ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,35 +66,35 @@ export default function LandingPage() { handle: "@marcusj", testimonial: "The best fade in the city. Real professional atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-throttle-bearded-hipster-male-drinks-coffee-before-hair-styling-hairdresser-s-salon_613910-5397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-throttle-bearded-hipster-male-drinks-coffee-before-hair-styling-hairdresser-s-salon_613910-5397.jpg?_wi=1", }, { name: "David L.", handle: "@davidl", testimonial: "I finally found a barber who understands my hair perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-with-happy-face-smiling-showing-thumbs-up-standing-white-wall_141793-48491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-with-happy-face-smiling-showing-thumbs-up-standing-white-wall_141793-48491.jpg?_wi=1", }, { name: "Andre R.", handle: "@andrer", testimonial: "Class act establishment. Very clean and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2149411429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2149411429.jpg?_wi=1", }, { name: "Kevin B.", handle: "@kevinb", testimonial: "Always on point. Never going anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg?_wi=1", }, { name: "Chris M.", handle: "@chrism", testimonial: "Excellent vibes and even better haircuts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg?_wi=1", }, ]} buttons={[ @@ -211,35 +211,35 @@ export default function LandingPage() { name: "Marcus J.", role: "Regular Client", testimonial: "Top tier experience every single time.", - imageSrc: "http://img.b2bpic.net/free-photo/full-throttle-bearded-hipster-male-drinks-coffee-before-hair-styling-hairdresser-s-salon_613910-5397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-throttle-bearded-hipster-male-drinks-coffee-before-hair-styling-hairdresser-s-salon_613910-5397.jpg?_wi=2", }, { id: "t2", name: "David L.", role: "Regular Client", testimonial: "Professional grooming standards. Unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-with-happy-face-smiling-showing-thumbs-up-standing-white-wall_141793-48491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-bearded-barber-man-apron-with-happy-face-smiling-showing-thumbs-up-standing-white-wall_141793-48491.jpg?_wi=2", }, { id: "t3", name: "Andre R.", role: "Loyal Patron", testimonial: "The atmosphere is unmatched in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2149411429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2149411429.jpg?_wi=2", }, { id: "t4", name: "Kevin B.", role: "Loyal Patron", testimonial: "Crisp cuts, great conversations, always on time.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-blond-bearded-male-dressed-suit-grey-background_613910-11879.jpg?_wi=2", }, { id: "t5", name: "Chris M.", role: "Loyal Patron", testimonial: "Excellence is the standard here.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1