diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d926cbc..f0f9c6a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Camera, Clock, Cloud, Database, Lock, Moon, Shield, ShieldCheck, User, Users, Zap } from "lucide-react"; +import { Camera, Cloud, Moon, ShieldCheck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {