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() {