From e5f74e4a4e3b3b444bb3baeef49708c3f72d77dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 09:05:35 +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 f2e3f03..9c32e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Compass, Crown, Fish, Mountain, Sparkles, Waves, Ship, Palmtree, Anchor, Sailboat, Tent, Orange } from "lucide-react"; +import { Compass, Crown, Fish, Mountain, Sparkles, Waves, Ship, Palmtree, Anchor, Sailboat, Tent, Trees } from "lucide-react"; export default function LandingPage() { return ( @@ -145,7 +145,7 @@ export default function LandingPage() { icon: Waves, text: "Pleasant swim stop"}, { - icon: Orange, + icon: Trees, text: "Citrus scent in air"}, { icon: Anchor,