diff --git a/src/app/page.tsx b/src/app/page.tsx index 037c2bf..13f3761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { UtensilsCrossed, Waves, Wifi, Dumbbell, Spa, Concierge } from "lucide-react"; +import { UtensilsCrossed, Waves, Wifi, Dumbbell, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -81,7 +81,7 @@ export default function LandingPage() { tag="What We Offer" features={[ { - icon: Spa, + icon: Sparkles, title: "Spa & Wellness", description: "Rejuvenate with our full-service spa featuring holistic treatments, yoga classes, and meditation spaces overlooking the ocean." }, { @@ -93,7 +93,7 @@ export default function LandingPage() { title: "Infinity Pool", description: "Lounge in our heated infinity pool with seamless ocean views and personalized cabana service throughout the day." }, { - icon: Concierge, + icon: Users, title: "Concierge Service", description: "Our dedicated team arranges bespoke experiences, private events, and tailored activities for unforgettable memories." }, {