From 915e747aab5da232e52887f8ac745f7d1731c9a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 17:41:23 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8a873fd..9138040 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,8 +6,8 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Lightbulb, LineChart, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { Zap, Lightbulb, LineChart } from "lucide-react"; export default function HomePage() { return ( -- 2.49.1