diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1cdde4c..94e2efc 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Building2, Clock, FileText, ShieldCheck, Users } from "lucide-react"; +import { Building2, Clock, FileText, ShieldCheck, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {