From 38fd8558548f60529a9841ac4f5c4c97c7ad21cc Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 18:27:09 +0000 Subject: [PATCH] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 8f40075..c8bb1dc 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -5,7 +5,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import FeatureBento from '@/components/sections/feature/FeatureBento'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Plane, MapPin, Phone, Swimming, Dumbbell, ChefHat, Sparkles, Star, Users, Award } from 'lucide-react'; +import Link from 'next/link'; +import { Plane, MapPin, Phone, Waves, Dumbbell, ChefHat, Sparkles, Star, Users, Award } from 'lucide-react'; export default function AmenitiesPage() { return ( @@ -44,30 +45,19 @@ export default function AmenitiesPage() { animationType="slide-up" features={[ { - title: "Olympic-Size Swimming Pool", - description: "Relax and swim in our pristine heated pool overlooking the landscape.", - bentoComponent: "globe" + title: "Olympic-Size Swimming Pool", description: "Relax and swim in our pristine heated pool overlooking the landscape.", bentoComponent: "globe" }, { - title: "Spa & Wellness Center", - description: "Experience rejuvenation with world-class spa treatments and wellness programs.", - bentoComponent: "animated-bar-chart" + title: "Spa & Wellness Center", description: "Experience rejuvenation with world-class spa treatments and wellness programs.", bentoComponent: "animated-bar-chart" }, { - title: "Fine Dining Restaurant", - description: "Savor exceptional cuisine crafted by our award-winning culinary team.", - bentoComponent: "map" + title: "Fine Dining Restaurant", description: "Savor exceptional cuisine crafted by our award-winning culinary team.", bentoComponent: "map" }, { - title: "24/7 Fitness Center", - description: "Stay active with our state-of-the-art gym and personal training services.", - bentoComponent: "line-chart" + title: "24/7 Fitness Center", description: "Stay active with our state-of-the-art gym and personal training services.", bentoComponent: "line-chart" }, { - title: "Concierge Services", - description: "Our dedicated team assists with reservations, tours, and special requests.", - bentoComponent: "icon-info-cards", - items: [ + title: "Concierge Services", description: "Our dedicated team assists with reservations, tours, and special requests.", bentoComponent: "icon-info-cards", items: [ { icon: Plane, label: "Airport Transfer", value: "24/7" }, { icon: MapPin, label: "City Tours", value: "Daily" }, { icon: Phone, label: "Support", value: "Always" } @@ -82,7 +72,7 @@ export default function AmenitiesPage() { title="Experience Premium Services That Define Luxury and Excellence" useInvertedBackground="invertDefault" metrics={[ - { icon: Swimming, label: "Pool Area", value: "5000 sq ft" }, + { icon: Waves, label: "Pool Area", value: "5000 sq ft" }, { icon: Dumbbell, label: "Fitness Center", value: "3000 sq ft" }, { icon: ChefHat, label: "Restaurants", value: "3" }, { icon: Sparkles, label: "Spa Rooms", value: "8" } @@ -95,8 +85,7 @@ export default function AmenitiesPage() { copyrightText="© 2025 Serenity Hotels Group. All rights reserved." columns={[ { - title: "Accommodations", - items: [ + title: "Accommodations", items: [ { label: "Luxury Suites", href: "/rooms" }, { label: "Ocean View Rooms", href: "/rooms" }, { label: "Standard Rooms", href: "/rooms" }, @@ -104,8 +93,7 @@ export default function AmenitiesPage() { ] }, { - title: "Amenities", - items: [ + title: "Amenities", items: [ { label: "Spa & Wellness", href: "/amenities" }, { label: "Swimming Pool", href: "/amenities" }, { label: "Fine Dining", href: "/amenities" }, @@ -113,8 +101,7 @@ export default function AmenitiesPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" },