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}