From 7da8fed33900c80a6eb4fc12937de849f6730ed0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 02:16:28 +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 0f74f3d..4a5c59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { description="20 en-suite rooms • 2 mins from Clapham South Tube • Free WiFi. Find your perfect stay and book direct for the best rates." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=1", imageAlt: "Gateway Hotel exterior on London street", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg?_wi=1", imageAlt: "Comfortable hotel bedroom with double bed", }, { @@ -82,21 +82,21 @@ export default function LandingPage() { imageAlt: "Welcoming hotel lobby and reception", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-bed-with-city-view_74190-11560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-bed-with-city-view_74190-11560.jpg?_wi=1", imageAlt: "Modern hotel room with spacious layout", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg?_wi=1", imageAlt: "Hotel building facade from street level", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-bed-with-city-view_74190-11560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-leisure-bed-with-city-view_74190-11560.jpg?_wi=2", imageAlt: "Modern hotel room with spacious layout", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-pelisor-castle-romania_1268-20833.jpg?_wi=2", imageAlt: "Hotel building facade from street level", }, { @@ -104,11 +104,11 @@ export default function LandingPage() { imageAlt: "Cozy single hotel bedroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-1123.jpg?_wi=2", imageAlt: "Gateway Hotel exterior on London street", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8583.jpg?_wi=2", imageAlt: "Comfortable hotel bedroom with double bed", }, ]} -- 2.49.1