From 8aade99d4b47ac66f9f944469d1f85ae5471d3fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:28:31 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7c4260..9a1f935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function HomePage() { description: "24/7 emergency service availability. We're here when you need us most, any time of day or night.", tag: "Available Now", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=1", imageAlt: "Emergency service response", }, { @@ -80,7 +80,7 @@ export default function HomePage() { description: "Preventative maintenance keeps your systems running smoothly and prevents costly repairs down the road.", tag: "Preventative Care", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Routine maintenance service", }, { @@ -89,7 +89,7 @@ export default function HomePage() { description: "Professional diagnostics and repairs with satisfaction guarantee. We fix it right the first time.", tag: "Expert Work", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg?_wi=1", imageAlt: "Professional repair technician", }, ]} @@ -129,7 +129,7 @@ export default function HomePage() { "ProServe came out within an hour of my emergency call. They were professional, honest about what needed to be fixed, and didn't try to upsell me. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", }, { id: "2", @@ -140,7 +140,7 @@ export default function HomePage() { "We've used ProServe for over 3 years now. They maintain all our systems and respond immediately when issues arise. Their team is knowledgeable and always on time.", tag: "Maintenance Plan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", }, { id: "3", @@ -151,7 +151,7 @@ export default function HomePage() { "Managing 5 properties is stressful, but ProServe makes it easy. Their preventative maintenance saves me money, and their customer service is unbeatable.", tag: "Multi-Property Care", 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=1", }, { id: "4", @@ -162,7 +162,7 @@ export default function HomePage() { "Had an issue on a Sunday morning. ProServe answered the phone, came out quickly, and solved the problem without breaking the bank. That's service!", tag: "Weekend Service", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", }, { id: "5", @@ -173,7 +173,7 @@ export default function HomePage() { "ProServe has been my go-to for every service need for 5 years. They've never let me down, always arrive on time, and treat my home with respect.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=1", }, { id: "6", @@ -184,7 +184,7 @@ export default function HomePage() { "I compared quotes from 3 companies. ProServe was the most affordable without sacrificing quality. The work was excellent and finished on schedule.", tag: "Value Pricing", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", }, ]} /> -- 2.49.1 From b21f45d09bb49822061ca57894e9e2419f3fba17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:28:31 +0000 Subject: [PATCH 2/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index d3ede38..df8c5be 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -55,7 +55,7 @@ export default function ReviewsPage() { "ProServe came out within an hour of my emergency call. They were professional, honest about what needed to be fixed, and didn't try to upsell me. Highly recommend!", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", }, { id: "2", @@ -66,7 +66,7 @@ export default function ReviewsPage() { "We've used ProServe for over 3 years now. They maintain all our systems and respond immediately when issues arise. Their team is knowledgeable and always on time.", tag: "Maintenance Plan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", }, { id: "3", @@ -77,7 +77,7 @@ export default function ReviewsPage() { "Managing 5 properties is stressful, but ProServe makes it easy. Their preventative maintenance saves me money, and their customer service is unbeatable.", tag: "Multi-Property Care", 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", @@ -88,7 +88,7 @@ export default function ReviewsPage() { "Had an issue on a Sunday morning. ProServe answered the phone, came out quickly, and solved the problem without breaking the bank. That's service!", tag: "Weekend Service", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", }, { id: "5", @@ -99,7 +99,7 @@ export default function ReviewsPage() { "ProServe has been my go-to for every service need for 5 years. They've never let me down, always arrive on time, and treat my home with respect.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg?_wi=2", }, { id: "6", @@ -110,7 +110,7 @@ export default function ReviewsPage() { "I compared quotes from 3 companies. ProServe was the most affordable without sacrificing quality. The work was excellent and finished on schedule.", tag: "Value Pricing", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", }, ]} /> -- 2.49.1 From f41528399e9d9e2b0df5f4f14f449dfcd4e6b1f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:28:32 +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 cd7e723..3caa5fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,7 +50,7 @@ export default function ServicesPage() { description: "From burst pipes to drain cleaning, our certified plumbers handle all residential and commercial plumbing emergencies and repairs with expert precision.", tag: "Plumbing Experts", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg?_wi=2", imageAlt: "Professional plumbing service", }, { @@ -59,7 +59,7 @@ export default function ServicesPage() { description: "Keep your home comfortable year-round with our HVAC maintenance, repairs, and installations. We service all major brands and models.", tag: "Climate Control", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "HVAC service technician", }, { @@ -68,7 +68,7 @@ export default function ServicesPage() { description: "Safe, reliable electrical repairs and installations. From outlets and switches to full system diagnostics, our licensed electricians ensure your home runs safely.", tag: "Safety First", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-952.jpg?_wi=2", imageAlt: "Electrical service work", }, ]} -- 2.49.1