From 468852c8950e3e0ccee0f79e4b910850ee3d9555 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:18:37 +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 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() {