From 60f66cb4409ec48b65ededf101427574908fbb7f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 07:22:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae9677a..4e45565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Mitchell", role: "Local Business Owner", company: "Mitchell & Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "happy customer satisfied person portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "happy customer satisfied person portrait smiling" }, { id: "testimonial-2", name: "James Chen", role: "Food Blogger", company: "Taste & Tell", rating: 5, @@ -185,7 +185,7 @@ export default function LandingPage() { }, { id: "testimonial-4", name: "Michael Thompson", role: "Regular Customer", company: "Downtown Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial happy person portrait satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer testimonial happy person portrait satisfied client" }, { id: "testimonial-5", name: "Lisa Park", role: "Café Owner", company: "Park Street Café", rating: 5, -- 2.49.1