diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index df407e0..50d9504 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Box, Download, Globe, Globe2, Palette } from "lucide-react"; +import { Award, Download, Globe2 } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {