From 3d8fc3aae27166d8aa84ee2e246a626e8ed76592 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:18:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47044f5..4983b2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,41 +32,25 @@ export default function LandingPage() { @@ -76,39 +60,23 @@ export default function LandingPage() { description="Experience unparalleled luxury and comfort in the heart of North Adelaide. Your perfect escape awaits." buttons={[ { - text: "Book Your Stay", - href: "#contact", - }, + text: "Book Your Stay", href: "#contact"}, { - text: "Explore Rooms", - href: "#rooms", - }, + text: "Explore Rooms", href: "#rooms"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", - imageAlt: "Luxury hotel suite with city view", - }, + imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "Luxury hotel suite with city view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14765.jpg", - imageAlt: "Rooftop swimming pool overlooking the city", - }, + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14765.jpg", imageAlt: "Rooftop swimming pool overlooking the city"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", - imageAlt: "Elegant fine dining restaurant in the hotel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Elegant fine dining restaurant in the hotel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg", - imageAlt: "Modern and spacious hotel lobby", - }, + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg", imageAlt: "Modern and spacious hotel lobby"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-face-body-skin-care-products-tea_169016-10914.jpg", - imageAlt: "Relaxing spa treatment room", - }, + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-face-body-skin-care-products-tea_169016-10914.jpg", imageAlt: "Relaxing spa treatment room"}, { - imageSrc: "http://img.b2bpic.net/free-photo/urban-city-architecture_649448-5015.jpg", - imageAlt: "Exterior view of the Mantra Meridien Adelaide hotel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/urban-city-architecture_649448-5015.jpg", imageAlt: "Exterior view of the Mantra Meridien Adelaide hotel"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -122,19 +90,13 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Spacious Rooms", - value: "120+", - }, + label: "Spacious Rooms", value: "120+"}, { icon: Star, - label: "Guest Rating", - value: "4.8/5", - }, + label: "Guest Rating", value: "4.8/5"}, { icon: MapPin, - label: "Prime Location", - value: "CBD Nearby", - }, + label: "Prime Location", value: "CBD Nearby"}, ]} metricsAnimation="slide-up" /> @@ -148,23 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Rooftop Pool & Bar", - description: "Unwind with breathtaking city views from our luxurious rooftop infinity pool and enjoy handcrafted cocktails at the adjacent bar.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg", - imageAlt: "Rooftop infinity pool", - }, + title: "Rooftop Pool & Bar", description: "Unwind with breathtaking city views from our luxurious rooftop infinity pool and enjoy handcrafted cocktails at the adjacent bar.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg", imageAlt: "Rooftop infinity pool"}, { - title: "Gourmet Dining", - description: "Savor exquisite culinary creations at our award-winning restaurant, offering a blend of local and international flavors in an elegant setting.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728017.jpg", - imageAlt: "Elegant dining restaurant", - }, + title: "Gourmet Dining", description: "Savor exquisite culinary creations at our award-winning restaurant, offering a blend of local and international flavors in an elegant setting.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728017.jpg", imageAlt: "Elegant dining restaurant"}, { - title: "State-of-the-Art Fitness", - description: "Maintain your wellness routine in our modern fitness center, equipped with the latest cardio and strength training equipment.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-mat-exercising_23-2148284930.jpg", - imageAlt: "Hotel fitness center", - }, + title: "State-of-the-Art Fitness", description: "Maintain your wellness routine in our modern fitness center, equipped with the latest cardio and strength training equipment.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-mat-exercising_23-2148284930.jpg", imageAlt: "Hotel fitness center"}, ]} title="Our Signature Amenities" description="Indulge in a world-class experience with our comprehensive range of facilities designed for your ultimate comfort and enjoyment." @@ -175,57 +125,21 @@ export default function LandingPage() { @@ -338,62 +208,37 @@ export default function LandingPage() {