From fb029300775e9350be8a8795b32f8bca8c1941c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:33:59 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0c31a6d..29dfd4a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Activity, CheckCircle, Home, ShoppingBag, ShoppingCart, Smartphone, Sparkles, Upload } from "lucide-react"; +import { Activity, Home, ShoppingBag, Smartphone, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1