From b7b92a841b5bc595949ee00fa7200e1c3be47bf3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:19:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1