From e9da4d1c3f2d7a4c6661d0c4cf46dd7b0ce19db7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:02:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65421ab..7313fd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-defocused-hotel-lobby-interior_74190-6623.jpg", imageAlt: "Luxury Hotel Lobby" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-defocused-hotel-lobby-interior_74190-6623.jpg?_wi=1", imageAlt: "Luxury Hotel Lobby" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Premium Hotel Suite" + imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1", imageAlt: "Premium Hotel Suite" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg", imageAlt: "Fine Dining Restaurant" + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg?_wi=1", imageAlt: "Fine Dining Restaurant" } ]} autoplayDelay={5000} @@ -89,15 +89,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Wellness", title: "Spa & Wellness", subtitle: "Rejuvenate Your Senses", description: "Indulge in our full-service spa featuring therapeutic massages, facials, and holistic wellness treatments. Our expert therapists combine traditional techniques with modern practices to provide ultimate relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/two-beds-with-sea-view_1137-126.jpg", imageAlt: "Luxury Spa Facilities", buttons: [{ text: "Book Treatment", href: "#contact" }] + tag: "Wellness", title: "Spa & Wellness", subtitle: "Rejuvenate Your Senses", description: "Indulge in our full-service spa featuring therapeutic massages, facials, and holistic wellness treatments. Our expert therapists combine traditional techniques with modern practices to provide ultimate relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/two-beds-with-sea-view_1137-126.jpg?_wi=1", imageAlt: "Luxury Spa Facilities", buttons: [{ text: "Book Treatment", href: "#contact" }] }, { id: 2, - tag: "Dining", title: "Culinary Excellence", subtitle: "Savor Global Flavors", description: "Our award-winning chefs present innovative cuisine blending international and local flavors. From fine dining to casual elegance, each restaurant offers a distinct culinary journey with impeccable service and ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg", imageAlt: "Fine Dining Restaurant", buttons: [{ text: "Reserve Table", href: "#contact" }] + tag: "Dining", title: "Culinary Excellence", subtitle: "Savor Global Flavors", description: "Our award-winning chefs present innovative cuisine blending international and local flavors. From fine dining to casual elegance, each restaurant offers a distinct culinary journey with impeccable service and ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg?_wi=2", imageAlt: "Fine Dining Restaurant", buttons: [{ text: "Reserve Table", href: "#contact" }] }, { id: 3, - tag: "Recreation", title: "Recreation & Activities", subtitle: "Explore & Engage", description: "From state-of-the-art fitness centers to swimming pools and recreational programs, Hotel Isra provides diverse activities for active travelers and those seeking relaxation alike.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Hotel Recreation Facilities", buttons: [{ text: "Learn More", href: "#contact" }] + tag: "Recreation", title: "Recreation & Activities", subtitle: "Explore & Engage", description: "From state-of-the-art fitness centers to swimming pools and recreational programs, Hotel Isra provides diverse activities for active travelers and those seeking relaxation alike.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Hotel Recreation Facilities", buttons: [{ text: "Learn More", href: "#contact" }] } ]} textboxLayout="default" @@ -150,22 +150,22 @@ export default function LandingPage() {