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() {