From 7d2bf3fc2bd2a2b21ff178641c9bba95180f6f29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 21:04:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e35c29..9d80c0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Calendar, Leaf, MapPin, Recycle, Scissors, Sparkles } from 'lucide-react'; +import { Calendar, Leaf, Scissors, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -71,13 +71,13 @@ export default function LandingPage() { mediaAnimation="slide-up" marqueeItems={[ { - type: "text", text: "Sustainable Practices", icon: Leaf + type: "text", text: "Sustainable Practices" }, { - type: "text", text: "Local Expertise", icon: MapPin + type: "text", text: "Local Expertise" }, { - type: "text", text: "Eco-Friendly Solutions", icon: Recycle + type: "text", text: "Eco-Friendly Solutions" } ]} marqueeSpeed={40} -- 2.49.1