From dba11b4bdd49fa78a7a76d241f405ca8ac1125c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:50:48 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) 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() {