diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 44a0e48..437320e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { CheckCircle, ShieldCheck, Truck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -168,4 +167,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file