diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 468eea5..a2d3bc5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Code, Globe, Lightbulb, RefreshCw, Shield, Users, Zap } from "lucide-react"; +import { RefreshCw, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {