From 37da75ae2c38872870ff3416cd07f3b0a0059409 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:39 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 59506e0..22dd833 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,9 +39,7 @@ export default function AboutPage() { brandName="Peter Tavener" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0733944918", - }} + text: "Call Now", href: "tel:0733944918"}} animateOnLoad={true} /> @@ -54,29 +52,22 @@ export default function AboutPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Local Expertise", - description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge. We know our community and understand local plumbing challenges.", - icon: MapPin, + title: "Local Expertise", description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge. We know our community and understand local plumbing challenges.", icon: MapPin, }, { - title: "Professional Team", - description: "Experienced, fully licensed plumbers committed to quality workmanship. All our technicians are trained, insured, and dedicated to your satisfaction.", - icon: Heart, + title: "Professional Team", description: "Experienced, fully licensed plumbers committed to quality workmanship. All our technicians are trained, insured, and dedicated to your satisfaction.", icon: Heart, }, { - title: "Honest Pricing", - description: "Transparent, competitive pricing with no hidden fees. We provide upfront quotes and respect your budget while delivering exceptional value.", - icon: Heart, + title: "Honest Pricing", description: "Transparent, competitive pricing with no hidden fees. We provide upfront quotes and respect your budget while delivering exceptional value.", icon: Heart, }, { - title: "24/7 Availability", - description: "Always available when you need us, day or night, weekends and public holidays. Emergency service is our priority and passion.", - icon: Clock, + title: "24/7 Availability", description: "Always available when you need us, day or night, weekends and public holidays. Emergency service is our priority and passion.", icon: Clock, }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" imageAlt="Peter Tavener Plumbing Team" + mediaAnimation="none" /> -- 2.49.1 From f271ca21cc3a3c58ccc044379573228771fc2463 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:40 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ee86bbe..95f7bed 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,9 +33,7 @@ export default function ContactPage() { brandName="Peter Tavener" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0733944918", - }} + text: "Call Now", href: "tel:0733944918"}} animateOnLoad={true} /> -- 2.49.1 From 7b747a3894a456f0eb5bbca2f35ff8b0565320b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:41 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 39b539c..deb6774 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,30 +5,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Peter Tavener Plumbing - Trusted Local Plumbers Holland Park West", - description: "24/7 plumbing services in Holland Park West. Emergency repairs, hot water systems, leak detection, blocked drains. 4.9-star rated. Call (07) 3394 4918.", - keywords: "plumber Holland Park West, emergency plumbing Brisbane, hot water systems, leak detection, blocked drains, plumbing services", - metadataBase: new URL("https://petertavemerplumbing.com.au"), + title: "Peter Tavener Plumbing - Trusted Local Plumbers Holland Park West", description: "24/7 plumbing services in Holland Park West. Emergency repairs, hot water systems, leak detection, blocked drains. 4.9-star rated. Call (07) 3394 4918.", keywords: "plumber Holland Park West, emergency plumbing Brisbane, hot water systems, leak detection, blocked drains, plumbing services", metadataBase: new URL("https://petertavemerplumbing.com.au"), alternates: { - canonical: "https://petertavemerplumbing.com.au", - }, + canonical: "https://petertavemerplumbing.com.au"}, openGraph: { - title: "Peter Tavener Plumbing - Local Plumbers Holland Park West", - description: "24/7 emergency plumbing services. Trusted by local homeowners with 4.9-star rating.", - url: "https://petertavemerplumbing.com.au", - siteName: "Peter Tavener Plumbing", - type: "website", - }, + title: "Peter Tavener Plumbing - Local Plumbers Holland Park West", description: "24/7 emergency plumbing services. Trusted by local homeowners with 4.9-star rating.", url: "https://petertavemerplumbing.com.au", siteName: "Peter Tavener Plumbing", type: "website"}, twitter: { - card: "summary_large_image", - title: "Peter Tavener Plumbing - Trusted Local Plumbers", - description: "24/7 emergency plumbing services in Holland Park West, Brisbane", - }, + card: "summary_large_image", title: "Peter Tavener Plumbing - Trusted Local Plumbers", description: "24/7 emergency plumbing services in Holland Park West, Brisbane"}, robots: { index: true, follow: true, -- 2.49.1 From 8c617c772cc19cc08d446e4126a62d26de5eefd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:42 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 63 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 620ace6..15a430f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,9 +45,7 @@ export default function HomePage() { brandName="Peter Tavener" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0733944918", - }} + text: "Call Now", href: "tel:0733944918"}} animateOnLoad={true} /> @@ -57,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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" imageAlt="Professional plumber with tools" textPosition="bottom-left" showBlur={true} @@ -96,39 +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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", imageAlt: "Plumbing maintenance and inspection"}, ]} /> @@ -141,29 +119,22 @@ export default function HomePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Local Expertise", - description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge and trusted service.", - icon: MapPin, + title: "Local Expertise", description: "Serving Holland Park West and surrounding Brisbane areas with deep local knowledge and trusted service.", icon: MapPin, }, { - title: "Professional Team", - description: "Experienced, fully licensed plumbers committed to quality workmanship and customer satisfaction.", - icon: Heart, + title: "Professional Team", description: "Experienced, fully licensed plumbers committed to quality workmanship and customer satisfaction.", icon: Heart, }, { - title: "Honest Pricing", - description: "Transparent, competitive pricing with no hidden fees. We respect your budget and deliver value.", - icon: Heart, + title: "Honest Pricing", description: "Transparent, competitive pricing with no hidden fees. We respect your budget and deliver value.", icon: Heart, }, { - title: "24/7 Availability", - description: "Always available when you need us, day or night. Emergency service is our priority.", - icon: Clock, + title: "24/7 Availability", description: "Always available when you need us, day or night. Emergency service is our priority.", icon: Clock, }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/plumber-with-his-tools_1368-956.jpg" imageAlt="Peter Tavener Plumbing Team" + mediaAnimation="none" /> @@ -171,34 +142,18 @@ export default function HomePage() { -- 2.49.1 From ede3c1e490f27039ab0b97cb8131b0842f1a823b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:43 +0000 Subject: [PATCH 5/6] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 856ca15..5d0c161 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -37,9 +37,7 @@ export default function ReviewsPage() { brandName="Peter Tavener" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0733944918", - }} + text: "Call Now", href: "tel:0733944918"}} animateOnLoad={true} /> @@ -48,34 +46,18 @@ export default function ReviewsPage() { -- 2.49.1 From c3cea799d0d15a2d3a213068279be946cf8f2ee8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:15:44 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a0a6c0d..91cca4e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -32,9 +32,7 @@ export default function ServicesPage() { brandName="Peter Tavener" navItems={navItems} button={{ - text: "Call Now", - href: "tel:0733944918", - }} + text: "Call Now", href: "tel:0733944918"}} animateOnLoad={true} /> @@ -50,39 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Plumbing maintenance and inspection"}, ]} /> -- 2.49.1