Update src/app/services/page.tsx

This commit is contained in:
2026-03-21 22:29:59 +00:00
parent cf116bc857
commit a0304373a8

View File

@@ -93,7 +93,7 @@ export default function ServicesPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg"
imageSrc="http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg?_wi=5"
imageAlt: "Professional technician installing vending machine"
mediaAnimation="slide-up"
frameStyle="card"
@@ -111,21 +111,21 @@ export default function ServicesPage() {
id: 1,
title: "Professional Installation",
description: "Expert setup and configuration of vending machines at your location. We handle everything from site assessment to final testing.",
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg?_wi=6",
imageAlt: "Professional installation service",
},
{
id: 2,
title: "Maintenance & Repairs",
description: "Regular preventative maintenance and emergency repair services to minimize downtime. Our technicians are available for quick response.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22926.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22926.jpg?_wi=3",
imageAlt: "Maintenance and repair service",
},
{
id: 3,
title: "Custom Solutions",
description: "Tailored vending solutions for unique business environments. We work with you to find the perfect machine for your specific needs.",
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg?_wi=7",
imageAlt: "Custom vending solution",
},
]}