From 05e75cab83ea3027692c280c35bf7d2660198cd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:06:53 +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 8cb4f0a..7c68e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,7 @@ export default function LandingPage() { name: "Sarah Johnson", role: "Writer", testimonial: "This community gave me the courage to finally share my stories with the world.", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg?_wi=1", }, { id: "2", @@ -191,7 +191,7 @@ export default function LandingPage() { name: "Jane Doe", role: "Artist", testimonial: "Every day, I come here to get inspired and share my creative process with others.", - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg?_wi=2", }, ]} title="What Our Community Says" -- 2.49.1