diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3d4e190..d3b9009 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Clock, Compass, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {