From 0639ef33bd130754be178b1a979714d93e973d81 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:07:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24de4c9..762a52e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,19 +63,19 @@ export default function LandingPage() { tag="What We Offer" features={[ { - id: "1", title: "Emergency Service", description: "24/7 emergency response for urgent issues. Same-day service available in most cases.", imageSrc: "http://img.b2bpic.net/free-photo/looking-through-online-sources_1098-15171.jpg", imageAlt: "Emergency service response" + id: "1", title: "Emergency Service", description: "2-hour response time • Same-day service available in most cases", imageSrc: "http://img.b2bpic.net/free-photo/looking-through-online-sources_1098-15171.jpg", imageAlt: "Emergency service response" }, { - id: "2", title: "Installation", description: "Professional installation of new systems by certified technicians.", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Professional installation" + id: "2", title: "Installation", description: "5-year warranty included • Professional installation by certified technicians", imageSrc: "http://img.b2bpic.net/free-photo/happy-car-mechanic-using-digital-tablet-while-working-auto-repair-shop_637285-7606.jpg", imageAlt: "Professional installation" }, { - id: "3", title: "Repair", description: "Expert diagnosis and repair of all equipment. Quick turnaround guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-car-mechanic-analyzing-data-while-going-trough-reports-auto-repair-shop_637285-7572.jpg", imageAlt: "Repair service" + id: "3", title: "Repair", description: "12-month labor guarantee • Expert diagnosis and rapid repair service", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-car-mechanic-analyzing-data-while-going-trough-reports-auto-repair-shop_637285-7572.jpg", imageAlt: "Repair service" }, { - id: "4", title: "Maintenance", description: "Preventive maintenance plans to keep systems running smoothly year-round.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg", imageAlt: "Maintenance service" + id: "4", title: "Maintenance", description: "20% cost savings • Preventive maintenance plans keep systems running smoothly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg", imageAlt: "Maintenance service" }, { - id: "5", title: "Inspection", description: "Comprehensive system inspections with detailed reports and recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-signing-paperwork-auto-repair-shop_637285-9793.jpg", imageAlt: "Inspection service" + id: "5", title: "Inspection", description: "Free detailed report • Comprehensive inspections with actionable recommendations", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-signing-paperwork-auto-repair-shop_637285-9793.jpg", imageAlt: "Inspection service" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1