From 9894537e68f2998f16d30cd99bbc260879a589f1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:17:57 +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 081e942..72a722b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,13 +178,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Sarah Mitchell"}, { id: "2", name: "Jessica Chen", role: "Fashion Designer", company: "Style Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Jessica Chen"}, { id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Luxe Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-curly-hair_1301-1418.jpg", imageAlt: "Emily Rodriguez"}, { id: "4", name: "Amanda Thompson", role: "Creative Director", company: "Design Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Amanda Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Amanda Thompson"}, { id: "5", name: "Lisa Wong", role: "Business Owner", company: "Premium Wellness", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Lisa Wong"}, -- 2.49.1