diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 362da6f..c788f06 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Zap, Smartphone, Monitor, Tablet, Star, User } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {