From 56d5de818f91c1178d5ff56cd052d445ca6ce991 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:53:10 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e91d104..5890dbb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -81,21 +81,21 @@ export default function ServicesPage() { id: "01", title: "Interior Renovations", description: "Transform your living spaces with our comprehensive kitchen, bathroom, and room renovation services", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=4", imageAlt: "Modern interior renovation", }, { id: "02", title: "Exterior Construction", description: "Professional roofing, siding, deck building, and structural improvements built to withstand New York weather", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=5", imageAlt: "Exterior construction work", }, { id: "03", title: "Repairs & Maintenance", description: "24/7 emergency repairs and preventative maintenance to keep your property in top condition year-round", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=6", imageAlt: "Professional repair services", }, ]} @@ -135,7 +135,7 @@ export default function ServicesPage() {