From eedf474cddbbfac7df7885c9b111db627a033e37 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:23:38 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1b3c501..6689727 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -63,21 +63,21 @@ export default function ServicesPage() { id: "01", title: "Home Renovations", description: "Complete interior and exterior renovations including kitchens, bathrooms, bedrooms, and living spaces. We handle everything from design consultation to final finishing.", - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741829.jpg?_wi=4", imageAlt: "Professional home renovation project", }, { id: "02", title: "Home Extensions", description: "Expand your living space with professionally designed and constructed extensions. We manage all structural work, permits, and compliance requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg?_wi=2", imageAlt: "Modern home extension project", }, { id: "03", title: "Property Maintenance", description: "Regular maintenance services including repairs, inspections, and preventative care to keep your property in excellent condition year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg?_wi=3", imageAlt: "Property maintenance and inspection service", }, ]}