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