From 475314dfd508072a12306e738cc1c168506efc31 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:32:21 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c051918..d130b85 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Building2, Shield, Wrench } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -118,4 +117,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1