From 6ed8a1c84c305cef139d69df108eceb36be96218 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:36:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82c1b63..cb483af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,13 +101,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Routine Maintenance", description: "Oil changes, fluid checks, filter replacements, and preventive inspections to keep your vehicle running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367541.jpg", imageAlt: "Routine vehicle maintenance service" + id: "01", title: "Routine Maintenance", description: "Keep your vehicle running smoothly and avoid costly repairs with our oil changes, fluid checks, filter replacements, and preventive inspections.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367541.jpg", imageAlt: "Routine vehicle maintenance service" }, { - id: "02", title: "Emergency Repair", description: "Fast response to breakdowns and roadside emergencies. We prioritize getting you back on the road safely.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", imageAlt: "Emergency auto repair assistance" + id: "02", title: "Emergency Repair", description: "Get back on the road fast with our rapid response to breakdowns and roadside emergencies. We prioritize your safety and minimize downtime.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", imageAlt: "Emergency auto repair assistance" }, { - id: "03", title: "Honest Diagnostics", description: "Computer diagnostic scanning and transparent assessment of issues. No unnecessary repairs, just what your vehicle needs.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Professional diagnostic car scanning" + id: "03", title: "Honest Diagnostics", description: "Know exactly what your vehicle needs with transparent computer diagnostic scanning. We assess issues accurately so you only pay for necessary repairs.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-preparing-check-list_1170-1311.jpg", imageAlt: "Professional diagnostic car scanning" } ]} gridVariant="three-columns-all-equal-width" @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file