diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fc16b4f..b6b2e7f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaC import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Award, TrendingUp, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {