From 1a84676a3e1cf3a3c145cf75c12b2d3bb7f294a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:37:07 +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 a5fac38..d09ae11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,13 +198,13 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-asian-businessman_1262-1565.jpg", imageAlt: "David Chen"}, { id: "4", name: "Sarah Williams", handle: "@sarah_family", testimonial: "Family-friendly with a great breakfast spread. Our kids loved the pool and the pet-friendly policy was perfect for our dog. A+ stay!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Williams"}, { id: "5", name: "James Thompson", handle: "@jthompson_frosh", testimonial: "Close to Fresno State campus and Fresno Zoo. Clean, comfortable, and the staff goes the extra mile. Great experience.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "James Thompson"}, { id: "6", name: "Amanda Foster", handle: "@amanda_weekend", testimonial: "Wonderful weekend getaway spot. The rooms are spacious and the complimentary breakfast is fantastic. Exceeded expectations!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Foster"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Amanda Foster"}, ]} showRating={true} title="What Our Guests Say" -- 2.49.1