From f48bd0642776a8dc1750a37d60e98e1246ecba7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:18:41 +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 6ca3633..a7c8f97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { role: "User", company: "Skin Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg?_wi=1", }, { id: "3", @@ -223,7 +223,7 @@ export default function LandingPage() { role: "User", company: "Radiance Insider", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1