Update src/app/facilities/page.tsx
This commit is contained in:
@@ -9,12 +9,13 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import {
|
||||
Waves,
|
||||
Dumbbell,
|
||||
Spa,
|
||||
Lightbulb,
|
||||
Briefcase,
|
||||
Concierge,
|
||||
Users,
|
||||
Car,
|
||||
ShoppingCart,
|
||||
Sparkles,
|
||||
Zap,
|
||||
} from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -44,9 +45,7 @@ export default function FacilitiesPage() {
|
||||
brandName="Mövenpick Karachi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book Now", href: "/booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -56,10 +55,9 @@ export default function FacilitiesPage() {
|
||||
title="Hotel Facilities"
|
||||
description="Experience the pinnacle of luxury hospitality with our comprehensive facilities and services."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Premium Services"
|
||||
tagIcon="Zap"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sspl4"
|
||||
imageAlt="Luxury hotel pool area"
|
||||
@@ -77,28 +75,20 @@ export default function FacilitiesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Olympic Swimming Pool",
|
||||
description:
|
||||
"Heated indoor and outdoor pools with professional lifeguards and cabana services.",
|
||||
},
|
||||
title: "Olympic Swimming Pool", description:
|
||||
"Heated indoor and outdoor pools with professional lifeguards and cabana services."},
|
||||
{
|
||||
icon: Dumbbell,
|
||||
title: "24/7 Fitness Center",
|
||||
description:
|
||||
"State-of-the-art equipment, personal trainers, and yoga classes available daily.",
|
||||
},
|
||||
title: "24/7 Fitness Center", description:
|
||||
"State-of-the-art equipment, personal trainers, and yoga classes available daily."},
|
||||
{
|
||||
icon: Spa,
|
||||
title: "Luxury Spa & Wellness",
|
||||
description:
|
||||
"Full-service spa offering massages, facials, body treatments, and holistic wellness programs.",
|
||||
},
|
||||
icon: Lightbulb,
|
||||
title: "Luxury Spa & Wellness", description:
|
||||
"Full-service spa offering massages, facials, body treatments, and holistic wellness programs."},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Business Center",
|
||||
description:
|
||||
"High-speed internet, meeting rooms, conference facilities, and business support services.",
|
||||
},
|
||||
title: "Business Center", description:
|
||||
"High-speed internet, meeting rooms, conference facilities, and business support services."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,29 +102,21 @@ export default function FacilitiesPage() {
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
icon: Concierge,
|
||||
title: "Concierge Service",
|
||||
description:
|
||||
"Expert assistance with reservations, transportation, and local recommendations.",
|
||||
},
|
||||
icon: Users,
|
||||
title: "Concierge Service", description:
|
||||
"Expert assistance with reservations, transportation, and local recommendations."},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Valet Parking",
|
||||
description:
|
||||
"Complimentary secure valet parking and vehicle maintenance services.",
|
||||
},
|
||||
title: "Valet Parking", description:
|
||||
"Complimentary secure valet parking and vehicle maintenance services."},
|
||||
{
|
||||
icon: ShoppingCart,
|
||||
title: "Room Service",
|
||||
description:
|
||||
"24-hour room service with extensive menu from all our restaurants and bars.",
|
||||
},
|
||||
title: "Room Service", description:
|
||||
"24-hour room service with extensive menu from all our restaurants and bars."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Special Events",
|
||||
description:
|
||||
"Wedding venues, corporate events, and celebrations tailored to your vision.",
|
||||
},
|
||||
title: "Special Events", description:
|
||||
"Wedding venues, corporate events, and celebrations tailored to your vision."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,13 +125,9 @@ export default function FacilitiesPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mövenpick Karachi"
|
||||
leftLink={{
|
||||
text: "Book a Spa Session",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book a Spa Session", href: "/booking"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user