From e30bc8b8785cb8e0c96e136569277db609335b70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:29:46 +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 0d43ba7..da22309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { }, { id: "2", name: "David Thompson", role: "Marketing Director", company: "TechFlow Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" }, { id: "3", name: "Emily Rodriguez", role: "Founder", company: "GrowthMark Startup", rating: 5, @@ -155,7 +155,7 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Wong", role: "Brand Manager", company: "Premium Goods Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1