From 2ea5e5ee4170750f4c2d5daffd7ce37e2ee9c741 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 01:10:08 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 97cfb13..1643f64 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -41,7 +41,7 @@ export default function ReviewsPage() { }, { id: "2", name: "Jennifer Liu", role: "Business Owner", company: "Creative Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=1" }, { id: "3", name: "Maria Rodriguez", role: "Entrepreneur", company: "Tech Innovation Hub", rating: 5, @@ -49,7 +49,7 @@ export default function ReviewsPage() { }, { id: "4", name: "Amy Chen", role: "Startup Founder", company: "NextGen Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1