diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ef17103..1903b00 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCa import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Flame, Leaf } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {