diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 217320c..0c9804a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { FileText, Globe2, Home, ShieldCheck } from "lucide-react"; +import { FileText, Globe2, Home } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {