diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 48686a1..1f2d119 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { BookOpen, GraduationCap, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {