From 392a7c1c9c68a58acab2b16a941d96cb13a84d92 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:51:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d63ccf..bb32b52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Chen", handle: "Travel Enthusiast", testimonial: "The most serene and beautiful hotel experience I've ever had. Every detail was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=1" }, { name: "James Richardson", handle: "Corporate Executive", testimonial: "Exceptional service and stunning views. I've stayed at many luxury hotels, this is the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=2" }, { name: "Sofia Martinez", handle: "Honeymoon Couple", testimonial: "Our romantic getaway was absolutely magical. We'll be returning soon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg?_wi=3" } ]} testimonialRotationInterval={5000} -- 2.49.1