From a4c908c511b6073dc9ea3ba19a4d139fa72f7632 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:58:23 +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 fff91ed..db302be 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Award, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1