diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8eda67d..559ac5d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Edit, Film, Mic, Phone, Target, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {