diff --git a/src/app/page.tsx b/src/app/page.tsx index 400557d..d611296 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Infinity, Leaf, Martini, Spa, Utensils, Wine } from "lucide-react"; +import { Cocktail, Infinity, Leaf, Sparkles, Utensils, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -126,7 +126,7 @@ export default function LandingPage() { id: "2", title: "Luxurious Spa & Wellness", description: "Indulge in a world of relaxation and rejuvenation at our state-of-the-art spa, featuring a range of treatments and therapies.", media: { imageSrc: "https://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Serene spa treatment room with ambient lighting"}, items: [ - { icon: Spa, text: "Personalized Treatments" }, + { icon: Sparkles, text: "Personalized Treatments" }, { icon: Leaf, text: "Organic Products" }, ], reverse: true, @@ -136,7 +136,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rooftop swimming pool with city skyline view"}, items: [ { icon: Infinity, text: "Infinity Edge Pool" }, - { icon: Martini, text: "Signature Drinks" }, + { icon: Cocktail, text: "Signature Drinks" }, ], reverse: false, },