From 36bc9ef163bf0bf5c79647b039e4c96f1b104f71 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 03:38:24 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 90ca586..5704e9e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Award, Gauge, ThumbsUp, Tool, Wallet, Zap } from "lucide-react"; +import { Award, Gauge, ThumbsUp, Wrench, Wallet, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -78,7 +78,7 @@ export default function HomePage() { description="Motion Auto Garage Limited is committed to providing reliable automotive repair and maintenance solutions using skilled technicians, modern tools, and quality workmanship. Our mission is to keep vehicles safe, efficient, and roadworthy." items={[ { - icon: Tool, + icon: Wrench, title: "Experienced Technicians", description: "Highly skilled experts for every vehicle type.", },