From e45e68a0201c6a902e1b6f7eebfebecb8d2bd381 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 6 Jun 2026 14:50:49 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {