From 0c7e04a1d8d02a65fe1ed28eb580f52557d31155 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 11:56:23 +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 1cdf4a1..1520a04 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCar import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, ShieldCheck, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1