diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 365297a..642e47f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCar import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { Music, MessageSquare, Heart } from "lucide-react"; export default function HomePage() { return ( @@ -15,9 +14,7 @@ export default function HomePage() {