From 7826c4bfe7e8425c1eda281d0c0be6e6f5c1eb1b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 16:53:11 +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 08898a7..5dc7b41 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Building, Star, User, Users, DraftingCompass } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -122,4 +121,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1