diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fdf0e05..9bb72fa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Globe } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {