From 62091350f353cd7806fa12b862b5691f9338df4d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 19:30:15 +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 e5d8282..aff7e75 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Clock, Phone, Shield, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1