Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-14 18:09:45 +00:00

View File

@@ -10,7 +10,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Concierge, Crown, Dumbbell, Sparkles, Star, UtensilsCrossed, Waves, Wifi } from 'lucide-react';
import { Users, Crown, Dumbbell, Sparkles, Star, UtensilsCrossed, Waves, Wifi } from 'lucide-react';
export default function LandingPage() {
return (
@@ -128,7 +128,7 @@ export default function LandingPage() {
title: "High-Speed Internet", description: "Complimentary fiber-optic WiFi throughout the hotel with dedicated business center and meeting rooms."
},
{
icon: Concierge,
icon: Users,
title: "Concierge Service", description: "Expert concierge team available 24/7 to arrange reservations, transportation, and personalized experiences."
}
]}