From 347af667c075c11aedd48b68dad89d1b6ddddc46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 16:10:05 +0000 Subject: [PATCH] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 1c369a4..633403b 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Bell, Car, Phone, Sparkles, Wifi, Headset, Restaurant, ClipboardList } from "lucide-react"; +import { Bell, Car, Phone, Sparkles, Wifi, Headset, Utensils, ClipboardList } from "lucide-react"; export default function AmenitiesPage() { return ( @@ -55,7 +55,7 @@ export default function AmenitiesPage() { { icon: Sparkles, title: "Impeccable Cleanliness", description: "We maintain the highest standards of hygiene and cleanliness." }, { icon: Bell, title: "Exceptional Service", description: "Our dedicated staff is committed to providing personalized and attentive service." }, { icon: Headset, title: "24/7 Concierge", description: "Our dedicated team is available around the clock to assist you with any request." }, - { icon: Restaurant, title: "On-site Dining", description: "Savor delectable dishes at our hotel restaurant, offering a diverse menu." }, + { icon: Utensils, title: "On-site Dining", description: "Savor delectable dishes at our hotel restaurant, offering a diverse menu." }, { icon: ClipboardList, title: "Event & Meeting Spaces", description: "Host your events in our versatile meeting rooms, equipped with modern facilities." } ]} title="Comprehensive Hotel Amenities" -- 2.49.1