Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -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.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user