diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a7b2326..100a6b2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, CalendarDays, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {