From 37c34218641e76549e234a68301a8888a83f248f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:52:23 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 534b3cc..cb748c7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCard import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { CheckCircle, Clock, Eye, Search, Target, TrendingUp, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -127,4 +126,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1