diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 961f9ea..217320c 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 { Building, File, FileText, Globe2, Heart, Home, MessageCircle, Stamp, User, Smile } from "lucide-react"; +import { FileText, Globe2, Home, ShieldCheck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {