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.", },