From ff9b5fa7ecf43cec5f41152a941a6869b081b450 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:33:08 +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 02984ec..7e52478 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -81,13 +81,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Professional boiler installation service"}, + title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently. We handle all major brands and models with certified expertise.", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "Professional boiler installation service"}, { id: 2, - title: "Heating System Repairs", description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", imageAlt: "Heating system maintenance and repair"}, + title: "Heating System Repairs", description: "Fast diagnosis and repair of heating issues. We keep your home warm when you need it most with rapid response and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg?_wi=2", imageAlt: "Heating system maintenance and repair"}, { id: 3, - title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Modern bathroom renovation project"}, + title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation. Transform your space with quality craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Modern bathroom renovation project"}, ]} textboxLayout="default" useInvertedBackground={false}