From c4d9ab8565ea1b7ecce7fd28b9af715ea6d4146d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:06:43 +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 b70e78e..e2f91d3 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, Flower } from "lucide-react"; export default function LandingPage() { return ( @@ -152,7 +152,7 @@ export default function LandingPage() { icon: Bath, text: "Hammam & Spa"}, { - icon: Meditation, + icon: Flower, text: "Relaxation Areas"} ], reverse: false -- 2.49.1