From fb92f341fb47cde40246744a10997863871c7507 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 13:13:08 +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 7f42849..c71ab11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() { role: "Student", company: "Khagaria Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cups-coffee-studio_23-2148532480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cups-coffee-studio_23-2148532480.jpg?_wi=1", }, { id: "2", @@ -159,7 +159,7 @@ export default function LandingPage() { role: "Teacher", company: "Khagaria Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cups-coffee-studio_23-2148532480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-holding-cups-coffee-studio_23-2148532480.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1