From 5fb3f25383cea6000399db9c76b4a39647c80a38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:13:29 +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 9262c77..920d748 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { role: "Photographer", company: "Travel Daily", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-summer-vacation-walking-through-old-town_637285-2245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-summer-vacation-walking-through-old-town_637285-2245.jpg?_wi=1", }, { id: "t2", @@ -158,7 +158,7 @@ export default function LandingPage() { role: "Writer", company: "Globe Trotter", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-summer-vacation-walking-through-old-town_637285-2245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-summer-vacation-walking-through-old-town_637285-2245.jpg?_wi=2", }, ]} title="Voices of the Wanderer" -- 2.49.1