Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 02:42:15 +00:00
parent 908e4a4357
commit 7218dd80a3

View File

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