Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-14 23:02:26 +00:00
parent 98df002fbc
commit 9541a0d6df

View File

@@ -5,7 +5,7 @@ import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaC
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { CheckCircle, Clock, Leaf, Paintbrush, Trash2, Users, Wrench } from "lucide-react";
import { Leaf, Paintbrush, Trash2, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {