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}