From ece2d54ddfae0e3c9c69055980d22db91d5a65c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 07:03:18 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9a6db43..5462074 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Shield, Sparkles, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1