diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d154011..e3a8c97 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCard import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import FooterBrand from '@/components/sections/footer/FooterBrand'; -import { Award, CheckCircle, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {