From c4eaa28d26e1519b7540c4463dd35f1a89c8e5fc Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 20 May 2026 19:57:43 +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 c3046f6..1a591be 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Clock, Settings, Wrench } from "lucide-react"; +import { Bolt, Clock, Settings, Wrench } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {