From bace1fe3f6d4459528505ac1ba53174230080087 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 15:51:01 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.49.1