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 (