From bba86839a65cb6b3a0c7cf5b735ae68a5fca298f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 30 Jun 2026 13:21:13 +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 4939804..fee92d7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Activity, CheckCircle, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -140,4 +139,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1