diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index dd963bb..8dbc2e3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Database, Globe, GraduationCap, Laptop, Lightbulb } from "lucide-react"; +import { Database, GraduationCap, Laptop } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {