diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 37244fd..06a905d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Car, CheckCircle, Clock, Heart, Home, Shield } from "lucide-react"; +import { Car, Heart, Home } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {