diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 02e8f75..50b5545 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Shield, Sparkles, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {