From 245385b02382ef599c691faf16d9d1ed058fa118 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 18:34: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 92561f1..b8232a1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Layers, PenTool, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1