From 2afa6349ff63af466df6d540bda77da0a8e5c5b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 00:56:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aba114a..7f912f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,8 +112,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-checks-engine-his-car_1157-27213.jpg", imageAlt: "Mechanic performing an oil change"}, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-car_52683-112916.jpg", imageAlt: "Engine oil bottle with tools"}, - ], - imageAlt: "oil change car service quick" + ] }, { title: "Brake System Repair", description: "Ensure your safety with expert brake inspections, repairs, and replacements. We handle everything from pads and rotors to fluid flushes.", icon: Cog, @@ -122,8 +121,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-auto-repairer-working-shop-car_23-2150170004.jpg", imageAlt: "Brake pad replacement"}, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-brake_1170-1663.jpg", imageAlt: "Mechanic inspecting brake fluid"}, - ], - imageAlt: "oil change car service quick" + ] }, { title: "Engine Diagnostics & Repair", description: "Advanced diagnostic tools to accurately identify and resolve engine issues, preventing costly breakdowns and restoring peak performance.", icon: Car, @@ -132,8 +130,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1318.jpg", imageAlt: "Engine diagnostic scanner"}, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-mechanic-with-protective-glasses-uniform_23-2148773437.jpg", imageAlt: "Engine repair close-up"}, - ], - imageAlt: "oil change car service quick" + ] }, { title: "Tire Sales & Service", description: "New tire sales, rotation, balancing, and flat repair to ensure optimal traction, fuel efficiency, and a smooth ride for your vehicle.", icon: Car, @@ -142,8 +139,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11805.jpg", imageAlt: "Tire rotation service"}, { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-shop-car_23-2150169973.jpg", imageAlt: "Tire pressure check"}, - ], - imageAlt: "oil change car service quick" + ] }, ]} title="Our Comprehensive Auto Services" -- 2.49.1