diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 031b5cd..01a64bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Building2, CheckCircle, Globe, Shield, Sun, TrendingUp, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, Sun } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {