From 5f750aff09f92293e900278392efe578d370f33b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:05:00 +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 c1f42c4..5ecd212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Business Owner", company: "Mitchell Marketing Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "David Chen", role: "Automotive Enthusiast", company: "Tech Startup CEO", rating: 5, @@ -153,7 +153,7 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Williams", role: "Fleet Manager", company: "Elite Transportation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Williams" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Williams" }, ]} kpiItems={[ -- 2.49.1