diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4939804..fee92d7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Activity, CheckCircle, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -140,4 +139,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file