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() {