From b6cbda4cf9f26fdb06b0407ca7a118c00b0c918c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:17:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a60b9e..43c9dce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,9 @@ export default function LandingPage() { title="Discover Our World-Class Amenities" description="From serene spa treatments to exquisite dining, every detail is crafted for your comfort and enjoyment." features={[ - { title: "Infinity Pool with City Views", description: "Relax in our stunning rooftop infinity pool, offering breathtaking panoramic views of the city skyline.", icon: Sun, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11179.jpg", imageAlt: "Rooftop infinity pool" }, { imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11179.jpg", imageAlt: "Rooftop infinity pool" }] }, - { title: "Gourmet Dining Experiences", description: "Indulge in culinary masterpieces at our Michelin-starred restaurant, where every dish is a journey.", icon: Utensils, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Fine dining restaurant interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Fine dining restaurant interior" }] }, - { title: "Rejuvenating Spa & Wellness", description: "Escape to our luxurious spa for a range of treatments designed to restore balance and tranquility.", icon: Spa, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", imageAlt: "Spa treatment room" }, { imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg", imageAlt: "Spa treatment room" }] }, + { title: "Infinity Pool with City Views", description: "Relax in our stunning rooftop infinity pool, offering breathtaking panoramic views of the city skyline.", icon: Sun, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11179.jpg?_wi=1", imageAlt: "Rooftop infinity pool" }, { imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-leisure-around-outdoor-swimming-pool_74190-11179.jpg?_wi=2", imageAlt: "Rooftop infinity pool" }] }, + { title: "Gourmet Dining Experiences", description: "Indulge in culinary masterpieces at our Michelin-starred restaurant, where every dish is a journey.", icon: Utensils, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg?_wi=1", imageAlt: "Fine dining restaurant interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg?_wi=2", imageAlt: "Fine dining restaurant interior" }] }, + { title: "Rejuvenating Spa & Wellness", description: "Escape to our luxurious spa for a range of treatments designed to restore balance and tranquility.", icon: Spa, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg?_wi=1", imageAlt: "Spa treatment room" }, { imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-reading-book-while-spending-relaxing-day-wit-her-husband-wellness-center_637285-7458.jpg?_wi=2", imageAlt: "Spa treatment room" }] }, ]} textboxLayout="default" animationType="depth-3d" @@ -89,8 +89,8 @@ export default function LandingPage() { title="Our Exquisite Rooms & Suites" description="Choose from our selection of elegantly appointed rooms, each offering a unique blend of comfort and style." products={[ - { id: "1", name: "Luxury Suite", price: "$750/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel suite bedroom" }, - { id: "2", name: "Deluxe Room", price: "$450/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe hotel room living area" }, + { id: "1", name: "Luxury Suite", price: "$750/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxury hotel suite bedroom" }, + { id: "2", name: "Deluxe Room", price: "$450/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe hotel room living area" }, { id: "3", name: "Standard Room", price: "$250/night", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-communicating-mobile-phone-while-standing-with-travel-bag-hotel-room_637285-7626.jpg", imageAlt: "Standard hotel room with city view" }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1