From 0ec55a3901e1030f853b9351e951e09dab712b76 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:36:19 +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 e14e31d..e7f11f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { name: "Sarah Miller", handle: "@sarah_bakes", testimonial: "The best sourdough I have ever had! Perfectly crispy crust.", - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1", }, { id: "2", @@ -153,7 +153,7 @@ export default function LandingPage() { name: "Maria Lopez", handle: "@maria_bakes", testimonial: "Everything is delicious. You can really taste the quality.", - imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=2", }, ]} title="What Our Community Says" -- 2.49.1