From 43d4f490cfc8cd9d3743a41176f6f991a86d2d7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:35:26 +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 a5b0325..0efb652 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,17 +45,17 @@ export default function LandingPage() { description="Discover a haven of peace and refined hospitality in the heart of the city. Elysian Hotel blends timeless comfort with modern luxury." leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/beauty-slim-african-american-model-wear-black-blouse-green-long-legs-pants-posed-chinese-cafe_627829-5911.jpg", imageAlt: "Luxury Lobby" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Superior Suite" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg", imageAlt: "Infinity Pool" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", imageAlt: "Fine Dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg", imageAlt: "Spa & Wellness" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Superior Suite" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=1", imageAlt: "Infinity Pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=1", imageAlt: "Fine Dining" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg?_wi=1", imageAlt: "Spa & Wellness" }, ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-stylish-long-black-dress-posing-tropical-villa-pool-elegant-summer-style-vacation-fashion-trend-walking-barefoot_285396-5701.jpg", imageAlt: "Facade Exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg", imageAlt: "Spa & Wellness" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", imageAlt: "Fine Dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg", imageAlt: "Infinity Pool" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Superior Suite" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821282.jpg?_wi=2", imageAlt: "Spa & Wellness" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=2", imageAlt: "Fine Dining" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=2", imageAlt: "Infinity Pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Superior Suite" }, ]} buttons={[{ text: "Book Your Stay", href: "#contact" }]} avatars={[ -- 2.49.1