diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9db6e68..4450bcf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Shield, Star, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {