From e939875f99d8a4067d6d9dc93867f6a4bb8f6db5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:16:56 +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 9a3b187..a506880 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,10 +145,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-office_23-2149119230.jpg"}, { id: "4", name: "Kevin Chen", handle: "@kchen", testimonial: "Professional, data-driven, and highly creative. A true growth partner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=1"}, { id: "5", name: "Linda Wu", handle: "@linda_w", testimonial: "The best content agency we have ever worked with. Simply phenomenal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg?_wi=2"}, ]} showRating={true} title="Client Success Stories" -- 2.49.1