diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fb1defc..7e1b79b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Check, Droplets, Leaf, Sparkles, ThumbsUp } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -16,7 +15,8 @@ export default function HomePage() { ); -} +} \ No newline at end of file