From ec5b3fdcdc431f69de6016ded502935952c3e7bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:44:23 +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 45b2e99..d6f2860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { role: "Fashion Blogger", company: "StyleLife", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-attractive-woman-posing-isolated-yellow-background-wearing-black-dotted-dress-black-hat_285396-10363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-attractive-woman-posing-isolated-yellow-background-wearing-black-dotted-dress-black-hat_285396-10363.jpg?_wi=1", imageAlt: "Alice", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { role: "Stylist", company: "ModaTrend", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-attractive-woman-posing-isolated-yellow-background-wearing-black-dotted-dress-black-hat_285396-10363.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-attractive-woman-posing-isolated-yellow-background-wearing-black-dotted-dress-black-hat_285396-10363.jpg?_wi=2", imageAlt: "Elena", }, ]} -- 2.49.1