diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 08ff245..792ea1d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { CheckCircle, Droplets, Globe, Leaf } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {