From e5e8b54288da607e86579ec34a9557cf2b0954ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:37:42 +0000 Subject: [PATCH] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 74 +++++++++++++------------------------ 1 file changed, 26 insertions(+), 48 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 811058d..cd491c9 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -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} /> @@ -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."}, ]} /> @@ -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."}, ]} /> @@ -143,13 +125,9 @@ export default function FacilitiesPage() {