From d0f90b39e79414ffc1ce8cac5e56fab15bbdb651 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:30:44 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c4c097..5113f8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,21 +103,21 @@ export default function HomePage() { handle: "Local Homeowner", testimonial: "On time. Clean work. Fair pricing. Couldn't ask for better service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", }, { name: "Michael Chen", handle: "Property Manager", testimonial: "Responsive and easy to reach. Our tenants always get quick fixes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", }, { name: "Emily Rodriguez", handle: "Landlord", testimonial: "Clear communication throughout. Professional team that respects our properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", }, ]} useInvertedBackground={false} @@ -133,21 +133,21 @@ export default function HomePage() { id: 1, title: "Boiler Replacement & Repair", description: "Expert boiler installation and repair to keep your heating system running efficiently", - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", 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", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-using-rotary-switch_23-2149308989.jpg?_wi=1", imageAlt: "Heating system maintenance and repair", }, { id: 3, title: "Bathroom Renovations", description: "Complete bathroom overhauls with modern fixtures and professional installation", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Modern bathroom renovation project", }, { -- 2.49.1 From 3fd66b77dcd7223944112adb9f3289575c4a0edd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:30:44 +0000 Subject: [PATCH 2/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 2e00724..89613e3 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -95,7 +95,7 @@ export default function ReviewsPage() { quote: "Called for an emergency leak on a Sunday. They arrived within 2 hours, assessed the problem clearly, and fixed it without any fuss. Fair price, no upselling. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", }, { id: "2", @@ -105,7 +105,7 @@ export default function ReviewsPage() { quote: "We manage 15 properties and need dependable plumbers. Heatview is always responsive, professional, and our tenants appreciate their clean work. They're our go-to service.", tag: "Property Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", }, { id: "3", @@ -115,7 +115,7 @@ export default function ReviewsPage() { quote: "Recently used them for a complete bathroom overhaul. The team was organized, respectful of our property, and finished on schedule. The quality of work is outstanding.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", }, { id: "4", @@ -125,7 +125,7 @@ export default function ReviewsPage() { quote: "Had an old boiler that needed replacement. They explained all options, didn't push expensive solutions, and installed the new system flawlessly. Great communication throughout.", tag: "Boiler Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", }, { id: "5", -- 2.49.1 From 869b45a3b8192652d5d09382be1e5ef94b5d04dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:30:45 +0000 Subject: [PATCH 3/3] 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 0f4594c..54c6502 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -89,21 +89,21 @@ export default function ServicesPage() { 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", + 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", + 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", + 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", }, ]} -- 2.49.1