From c2cbcd62361f43813b2dab349b3ceb37ccb0ff66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 22:40:20 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 34113ef..1442e30 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Building2, Heart, Leaf, Recycle, Truck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -142,4 +141,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1