From acb1bf38dedab883b276b2ababa6f0551de5acff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:30:13 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ed74072..d743fa1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -93,8 +93,8 @@ export default function ServicesPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg?_wi=5" - imageAlt: "Professional technician installing vending machine" + imageSrc="http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg" + 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?_wi=6", + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg", 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?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22926.jpg", 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?_wi=7", + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-choosing-color-car_1303-28140.jpg", imageAlt: "Custom vending solution", }, ]} -- 2.49.1