Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:33:52 +00:00

View File

@@ -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."
},
{