diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1493027..662492c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCar import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Gauge, Linkedin, Sun, Zap } from "lucide-react"; +import { Gauge, Sun, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {