diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b6fad65..fa4702c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Leaf, Scissors } from "lucide-react"; +import { Leaf, Scissors, TreeDeciduous, Flower, SprayCan, Sprout, LayoutGrid, Footprints, Hammer } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {