From d5263204bca64495ffbaa3f2688d6b9c4896a4fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 16:44:19 +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 dda4a86..4a47f5b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { CheckCircle, MapPin, TrendingUp, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {