Update src/app/amenities/page.tsx
This commit is contained in:
@@ -5,7 +5,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
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() {
|
export default function AmenitiesPage() {
|
||||||
return (
|
return (
|
||||||
@@ -44,30 +45,19 @@ export default function AmenitiesPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Olympic-Size Swimming Pool",
|
title: "Olympic-Size Swimming Pool", description: "Relax and swim in our pristine heated pool overlooking the landscape.", bentoComponent: "globe"
|
||||||
description: "Relax and swim in our pristine heated pool overlooking the landscape.",
|
|
||||||
bentoComponent: "globe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Spa & Wellness Center",
|
title: "Spa & Wellness Center", description: "Experience rejuvenation with world-class spa treatments and wellness programs.", bentoComponent: "animated-bar-chart"
|
||||||
description: "Experience rejuvenation with world-class spa treatments and wellness programs.",
|
|
||||||
bentoComponent: "animated-bar-chart"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Fine Dining Restaurant",
|
title: "Fine Dining Restaurant", description: "Savor exceptional cuisine crafted by our award-winning culinary team.", bentoComponent: "map"
|
||||||
description: "Savor exceptional cuisine crafted by our award-winning culinary team.",
|
|
||||||
bentoComponent: "map"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "24/7 Fitness Center",
|
title: "24/7 Fitness Center", description: "Stay active with our state-of-the-art gym and personal training services.", bentoComponent: "line-chart"
|
||||||
description: "Stay active with our state-of-the-art gym and personal training services.",
|
|
||||||
bentoComponent: "line-chart"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Concierge Services",
|
title: "Concierge Services", description: "Our dedicated team assists with reservations, tours, and special requests.", bentoComponent: "icon-info-cards", items: [
|
||||||
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: Plane, label: "Airport Transfer", value: "24/7" },
|
||||||
{ icon: MapPin, label: "City Tours", value: "Daily" },
|
{ icon: MapPin, label: "City Tours", value: "Daily" },
|
||||||
{ icon: Phone, label: "Support", value: "Always" }
|
{ icon: Phone, label: "Support", value: "Always" }
|
||||||
@@ -82,7 +72,7 @@ export default function AmenitiesPage() {
|
|||||||
title="Experience Premium Services That Define Luxury and Excellence"
|
title="Experience Premium Services That Define Luxury and Excellence"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
metrics={[
|
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: Dumbbell, label: "Fitness Center", value: "3000 sq ft" },
|
||||||
{ icon: ChefHat, label: "Restaurants", value: "3" },
|
{ icon: ChefHat, label: "Restaurants", value: "3" },
|
||||||
{ icon: Sparkles, label: "Spa Rooms", value: "8" }
|
{ icon: Sparkles, label: "Spa Rooms", value: "8" }
|
||||||
@@ -95,8 +85,7 @@ export default function AmenitiesPage() {
|
|||||||
copyrightText="© 2025 Serenity Hotels Group. All rights reserved."
|
copyrightText="© 2025 Serenity Hotels Group. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Accommodations",
|
title: "Accommodations", items: [
|
||||||
items: [
|
|
||||||
{ label: "Luxury Suites", href: "/rooms" },
|
{ label: "Luxury Suites", href: "/rooms" },
|
||||||
{ label: "Ocean View Rooms", href: "/rooms" },
|
{ label: "Ocean View Rooms", href: "/rooms" },
|
||||||
{ label: "Standard Rooms", href: "/rooms" },
|
{ label: "Standard Rooms", href: "/rooms" },
|
||||||
@@ -104,8 +93,7 @@ export default function AmenitiesPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Amenities",
|
title: "Amenities", items: [
|
||||||
items: [
|
|
||||||
{ label: "Spa & Wellness", href: "/amenities" },
|
{ label: "Spa & Wellness", href: "/amenities" },
|
||||||
{ label: "Swimming Pool", href: "/amenities" },
|
{ label: "Swimming Pool", href: "/amenities" },
|
||||||
{ label: "Fine Dining", href: "/amenities" },
|
{ label: "Fine Dining", href: "/amenities" },
|
||||||
@@ -113,8 +101,7 @@ export default function AmenitiesPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user