2 Commits

Author SHA1 Message Date
0639ef33bd Update src/app/page.tsx 2026-03-07 11:07:15 +00:00
a4e61297a3 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:05:34 +00:00

View File

@@ -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"