From 1c444ef0f45996f7830d92c497aca65a06d2ce29 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:28:05 +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 1258f03..8388021 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { CheckCircle, Shield, Zap, Award } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1