From e71dd5feedaed966cf3a58f179b32e2d332e2555 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:50:34 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f357551..880c1c3 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, CheckCircle, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1