diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a7becc5..3695ce8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { BookOpen, ShieldCheck, ShoppingBag, Users, Zap } from "lucide-react"; +import { BookOpen, ShoppingBag, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {