diff --git a/src/app/page.tsx b/src/app/page.tsx index ca65eea..852aff2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Compass, Globe, Leaf, Lightbulb, Palette, Utensils, Wine, ChefHat, ScrollText, Bath, Meditation } from "lucide-react"; +import { Award, Compass, Globe, Leaf, Lightbulb, Palette, Utensils, Wine, ChefHat, ScrollText, Bath, Lotus } from "lucide-react"; export default function LandingPage() { return ( @@ -152,7 +152,7 @@ export default function LandingPage() { icon: Bath, text: "Hammam & Spa"}, { - icon: Meditation, + icon: Lotus, text: "Relaxation Areas"}, ], reverse: false