diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d780645..064137f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { ShieldCheck, Star, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {