From 6313747fb49b564d69d7f76b898e44b964d80cae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:17:49 +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 96453f7..837c5b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Baptiste", handle: "Airbnb Guest", testimonial: "I had a great stay in Nairobi. Samuel was a very responsive and reliable host.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg"}, + id: "t1", name: "Baptiste", handle: "Airbnb Guest", testimonial: "I had a great stay in Nairobi. Samuel was a very responsive and reliable host.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg?_wi=1"}, { id: "t2", name: "Nkhensi", handle: "Airbnb Guest", testimonial: "Overall it was a lovely place and my stay was great. Host was very accommodating.", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-reading-news_1098-2474.jpg"}, { @@ -121,7 +121,7 @@ export default function LandingPage() { { id: "t4", name: "Michael", handle: "Airbnb Guest", testimonial: "The place is as described, clean and safe. I really enjoyed my stay.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-137680.jpg"}, { - id: "t5", name: "Sarah", handle: "Airbnb Guest", testimonial: "The apartment is perfectly located and very stylish. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg"}, + id: "t5", name: "Sarah", handle: "Airbnb Guest", testimonial: "The apartment is perfectly located and very stylish. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-barista-girl_23-2148436121.jpg?_wi=2"}, ]} title="Guest Favorites" description="Rated 4.81/5 by our wonderful guests." -- 2.49.1