diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1258f03..8388021 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { CheckCircle, Shield, Zap, Award } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {