From ed9ad53a3119878ff561841867cdbd4d7ff30fd9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:34:16 +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 755f59c..fd42039 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCa import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Globe, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {