From 56c53564a3389b0480a59f16d9050bc43751ce2a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:07:17 +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 fc09b43..833f657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Lovely breakfast spot with classy ambiance!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1"}, { id: "2", name: "Michael C.", handle: "@mchen", testimonial: "Amazing coffee and quick service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-cafe-talking-phone-drinking-coffee_1303-6036.jpg"}, @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model-sexy-man-dressed-pink-tshirt-trousers-fashion-male-isolated-blue-wall-studio_158538-26677.jpg"}, { id: "5", name: "Anjali V.", handle: "@anjali", testimonial: "Such a cozy vibe, will definitely return.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2"}, ]} showRating={true} title="What Our Guests Say" -- 2.49.1