From e7065a1d74c6eb786dffbfbbe3f12b6cceadda26 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 16:48:34 +0000 Subject: [PATCH] Bob AI: fix build error in 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 b050f32..74075a0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Clock, Flame, Heart, Unlock, Zap } from "lucide-react"; +import { Clock, Dumbbell, Flame, Heart, Unlock, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {