From b1e3285de4f70beb7cde43a92776996e7c81101b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 10:46:45 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {