From bb8364dd3cf61c5a23cd0cecacc5914547d71992 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 01:20:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e40f733..400557d 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 { Cocktail, Infinity, Leaf, Massage, Utensils, Wine } from "lucide-react"; +import { Infinity, Leaf, Martini, Spa, 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: Massage, text: "Personalized Treatments" }, + { icon: Spa, 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: Cocktail, text: "Signature Drinks" }, + { icon: Martini, text: "Signature Drinks" }, ], reverse: false, }, -- 2.49.1