diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ad38c85..54808b7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Bell, Map, MapPin, Smile, Star } from "lucide-react"; +import { Bell, MapPin, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {