Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-21 15:50:48 +00:00
parent 05424cdd6a
commit dba11b4bdd

View File

@@ -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() {