diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f9d8445..92026d5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Activity, Calendar, ListChecks, Star, UserCheck, Users } from "lucide-react"; +import { Activity, ListChecks, UserCheck } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {