From 9b67b9c2302e202f20cba519efac64ac0302c9bf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 17:22:05 +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 859c268..81e4909 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { BarChart, PenTool, Star, Target, TrendingUp, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1