From cacec492f2126bdcce992052369fc4e9b5ed8497 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 20:34:26 +0000 Subject: [PATCH] Update 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 676897f..439b2ac 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { CheckCircle, Shield, Zap, Factory, Truck, ChefHat, Microscope, Package, Globe, Users } from "lucide-react"; +import { CheckCircle, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {