From 7218dd80a397e974675fbfe6541d4c2b96fe3e54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 02:42:15 +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 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() {