From ef8a606c11a329af07189131e34bb024a3d0aba6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:27:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d09ec07..552758a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best fade in town! The barbers really know their craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=1"}, { name: "David Chen", handle: "Client Since 2015", testimonial: "Fantastic service and attention to detail. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg?_wi=1"}, { name: "James Wilson", handle: "Weekly Regular", testimonial: "Always professional. The best barbershop experience I've had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg?_wi=1"}, ]} buttons={[ { text: "Book Your Appointment", href: "contact" }, @@ -143,13 +143,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", role: "Marketing Manager", company: "Tech Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg?_wi=2"}, { id: "2", name: "David Chen", role: "Business Owner", company: "Chen & Associates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman_1098-17039.jpg?_wi=2"}, { id: "3", name: "James Wilson", role: "Sports Coach", company: "City Athletic Club", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg?_wi=2"}, { id: "4", name: "Robert Patterson", role: "Senior Developer", company: "Software Solutions Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-laptop_23-2148479521.jpg"},