From c6e3cee19e98379c143d9609a1089d7553731e8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:46:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aac3d97..5502bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_travels", testimonial: "An absolutely incredible experience. The service was top-notch and the views are unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg?_wi=1", imageAlt: "luxury hotel exterior view", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sarah_sun", testimonial: "Luxury redefined. Everything was perfect from the room to the breakfast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg?_wi=1", imageAlt: "luxury hotel exterior view", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@dw_travel", testimonial: "Exceeded all our expectations. We will definitely come back soon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray-put-single-bed-with-white-bedding_141793-117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray-put-single-bed-with-white-bedding_141793-117.jpg?_wi=1", imageAlt: "luxury hotel exterior view", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@chloeluxe", testimonial: "Stunning property with world-class facilities. A must-visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1", imageAlt: "luxury hotel exterior view", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-blonde-girl-wearing-summer-hat-celebrating-mad-crazy-success-with-arms-raised-closed-eyes-screaming-excited-winner-concept_839833-17908.jpg", @@ -157,7 +157,7 @@ export default function LandingPage() { price: "€250", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2071.jpg?_wi=2", }, { id: "2", @@ -166,7 +166,7 @@ export default function LandingPage() { price: "€350", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray-put-single-bed-with-white-bedding_141793-117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray-put-single-bed-with-white-bedding_141793-117.jpg?_wi=2", }, { id: "3", @@ -175,7 +175,7 @@ export default function LandingPage() { price: "€500", rating: 5, reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2", }, { id: "4", -- 2.49.1