From 97bf1c039abd6afbb6bda3ed10930727b8271c18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:39 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 22dd833..d51f978 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=3" imageAlt="Peter Tavener Plumbing Team" mediaAnimation="none" /> -- 2.49.1 From 768c10dbd11188ae968bac3bd09e3424387dd9a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:40 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15a430f..41e3855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { title="Trusted Local Plumbers in Holland Park West – 24/7 Service" description="Reliable, honest plumbing services backed by 4.9-star customer satisfaction. We handle emergency repairs, hot water systems, leak detection, and more." tag="Local Brisbane Plumbers" - imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=1" imageAlt="Professional plumber with tools" textPosition="bottom-left" showBlur={true} @@ -94,19 +94,19 @@ export default function HomePage() { features={[ { id: 1, - title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service"}, + title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Emergency plumbing service"}, { id: 2, - title: "Hot Water Systems", description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Hot water system installation"}, + title: "Hot Water Systems", description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "Hot water system installation"}, { id: 3, - title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Professional leak detection"}, + title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. Save water and money.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Professional leak detection"}, { id: 4, - title: "Blocked Drains", description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"}, + title: "Blocked Drains", description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Drain cleaning service"}, { id: 5, - title: "General Maintenance", description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance and inspection"}, + title: "General Maintenance", description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1", imageAlt: "Plumbing maintenance and inspection"}, ]} /> @@ -132,7 +132,7 @@ export default function HomePage() { }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=2" imageAlt="Peter Tavener Plumbing Team" mediaAnimation="none" /> @@ -142,13 +142,13 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 08:18:42 +0000 Subject: [PATCH 3/4] 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 5d0c161..3399cc3 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -46,13 +46,13 @@ export default function ReviewsPage() { Date: Tue, 3 Mar 2026 08:18:43 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 91cca4e..bfc13fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,19 +48,19 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most. Our team arrives quickly with fully stocked vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service"}, + title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, flooding, and urgent repairs. We're always ready to help when you need us most. Our team arrives quickly with fully stocked vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency plumbing service"}, { id: 2, - title: "Hot Water Systems", description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions for electric, gas, and solar systems.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", imageAlt: "Hot water system installation"}, + title: "Hot Water Systems", description: "Professional installation, repair, and maintenance of hot water systems. Fast diagnostics and reliable solutions for electric, gas, and solar systems.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "Hot water system installation"}, { id: 3, - title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. We use non-invasive methods to locate problems without damage.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Professional leak detection"}, + title: "Leak Detection", description: "Advanced leak detection technology to identify hidden leaks quickly and accurately. We use non-invasive methods to locate problems without damage.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "Professional leak detection"}, { id: 4, - title: "Blocked Drains", description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently, then clean the line thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"}, + title: "Blocked Drains", description: "Expert blocked drain services using modern equipment. We clear stubborn blockages safely and efficiently, then clean the line thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Drain cleaning service"}, { id: 5, - title: "General Maintenance", description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance and inspection"}, + title: "General Maintenance", description: "Regular plumbing maintenance to prevent issues before they start. Inspections, repairs, and preventive care for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2", imageAlt: "Plumbing maintenance and inspection"}, ]} /> -- 2.49.1