From 3a1844d48cb0497f77351e9a2bf6074a8c2dcb96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 12:28:13 +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 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() { -- 2.49.1