From d6f8c0a67ba9f777501acd0053a2519764cc8edb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:16:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dafc448..c4bb021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { role: "CEO", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg?_wi=1", }, { name: "Michael Chen", @@ -96,7 +96,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -192,7 +192,7 @@ export default function LandingPage() { button: { text: "Compare", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg?_wi=2", imageAlt: "Modern tokyo street background", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { button: { text: "Compare", }, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg?_wi=2", imageAlt: "Modern tokyo street background", }, ]} -- 2.49.1