diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d88b507..d5d1f8b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import { Cloud, Cog, Flame, Thermometer, AirVent, CloudLightning, Fan } from "lucide-react"; + import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {