diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f7cae..2b56c00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { AlertTriangle, Shield, Zap, Factory, Tools } from "lucide-react"; +import { AlertTriangle, Shield, Zap, Factory, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -115,7 +115,7 @@ export default function LandingPage() { }, items: [ { - icon: Tools, + icon: Wrench, text: "Fast Repairs"}, { icon: AlertTriangle,