From 10228bcc0913685bea4551152066ef0db690225e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 14:55:46 +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 ddf2a26..4d630e6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCar import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Cloud, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1