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