From c157711a541e8d2392b9eb86c2616643555682d6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:47:31 +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 d07198c..965e211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", role: "Business Owner", company: "Local Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Michael Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Michael Johnson testimonial" }, { id: "2", name: "David Garcia", role: "Executive", company: "Corporate Finance", rating: 5, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { id: "3", name: "James Rodriguez", role: "Entrepreneur", company: "Marketing Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "James Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "James Rodriguez testimonial" }, { id: "4", name: "Robert Chen", role: "Creative Director", company: "Design Studio", rating: 5, -- 2.49.1