From 578fcdebd04901f23f5ca1d4c058e505ed5d3ce9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 20:42:35 +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 c821517..6419649 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroBrand from '@/components/sections/hero/HeroBrand'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { CheckCircle, Zap, DollarSign, ShieldCheck, Smile, Award } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -134,4 +133,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1