From 23194f6ee1bc02479299676d560123e21260b3a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:26:05 +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 6fbbeef..3cd835f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,11 +112,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Fashion Blogger", company: "Style Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1" }, { id: "2", name: "Emma Rodriguez", role: "Vintage Collector", company: "Retro Dreams", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" }, { id: "3", name: "James Chen", role: "Fashion Designer", company: "Chen Studios", rating: 5, -- 2.49.1