From 800b80308615c0a558125075df858a160f47a192 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:31:24 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 47638dd..082f62d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -118,7 +118,7 @@ export default function ContactPage() { "Had a major backup on a Sunday. JMJ arrived within 90 minutes and fixed it completely. Professional and fair pricing. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=5", imageAlt: "Robert Thompson avatar", }, { @@ -129,7 +129,7 @@ export default function ContactPage() { "We needed a sewer line inspection before buying our house. They were thorough, explained everything clearly, and caught issues others might have missed.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=6", imageAlt: "Sarah Nelson avatar", }, { @@ -140,7 +140,7 @@ export default function ContactPage() { "Business client here. JMJ handles all our commercial drain maintenance. Reliable, professional, and they respect our operating hours. Worth every penny.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=7", imageAlt: "Michael Chen avatar", }, ]} From a9c78a59edadfc1e80ed9e8caf703e7593c44da0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:31:24 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4ff599..e302201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function HomePage() { description: "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies.", imageSrc: - "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", + "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=1", imageAlt: "Sewer line camera inspection equipment", }, { @@ -108,7 +108,7 @@ export default function HomePage() { description: "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality.", imageSrc: - "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg", + "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg?_wi=1", imageAlt: "Drain cleaning equipment in action", }, { @@ -119,7 +119,7 @@ export default function HomePage() { description: "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability.", imageSrc: - "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Professional sewer repair work", }, ]} @@ -156,7 +156,7 @@ export default function HomePage() { "Had a major backup on a Sunday. JMJ arrived within 90 minutes and fixed it completely. Professional and fair pricing. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=1", imageAlt: "Robert Thompson avatar", }, { @@ -167,7 +167,7 @@ export default function HomePage() { "We needed a sewer line inspection before buying our house. They were thorough, explained everything clearly, and caught issues others might have missed.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=2", imageAlt: "Sarah Nelson avatar", }, { @@ -178,7 +178,7 @@ export default function HomePage() { "Business client here. JMJ handles all our commercial drain maintenance. Reliable, professional, and they respect our operating hours. Worth every penny.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=3", imageAlt: "Michael Chen avatar", }, { @@ -189,7 +189,7 @@ export default function HomePage() { "Called for an emergency at midnight. They answered, came out, and solved the problem. Customer service is outstanding. They care about their clients.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", + "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg?_wi=4", imageAlt: "Jennifer Wright avatar", }, ]} From 915fdb08d5d7f22d3137cc0303a6bf5adadd28b8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:31:24 +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 3aabf54..1621467 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -81,7 +81,7 @@ export default function ServicesPage() { description: "State-of-the-art camera systems provide detailed visual inspections of your sewer lines. We identify blockages, cracks, root intrusion, and other issues before they become costly emergencies. Our technicians will provide you with video documentation and recommendations.", imageSrc: - "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", + "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg?_wi=2", imageAlt: "Sewer line camera inspection equipment", buttons: [ { text: "Learn More", href: "#" }, @@ -95,7 +95,7 @@ export default function ServicesPage() { description: "We use professional-grade equipment to clear stubborn blockages and buildup. Whether it's grease, tree roots, or debris, we restore your drains to full functionality. Our cleaning methods are safe for your pipes and environmentally responsible.", imageSrc: - "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg", + "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110876.jpg?_wi=2", imageAlt: "Drain cleaning equipment in action", buttons: [ { text: "Schedule Now", href: "/contact" }, @@ -109,7 +109,7 @@ export default function ServicesPage() { description: "When damage is found, we provide fast, efficient repairs using both traditional and trenchless technology options. Minimize disruption while maximizing durability. Our experienced crew ensures quality work and long-lasting results for your peace of mind.", imageSrc: - "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Professional sewer repair work", buttons: [ { text: "Get Quote", href: "/contact" },