From d665b49979f9d6a4c7733785df43a3543b1ee87b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:57:46 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 50 ++++++++++-------------------------------- 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 35e7e10..b8e5e89 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,24 +44,19 @@ export default function AboutPage() { description="A trusted local plumbing service dedicated to providing fast, reliable, and professional solutions for your home and business needs. With years of experience and hundreds of satisfied customers, we're your go-to emergency plumber in Warwickshire." bulletPoints={[ { - title: "Local Expertise", - description: "Deeply rooted in the community we serve", - icon: Heart, + title: "Local Expertise", description: "Deeply rooted in the community we serve", icon: Heart, }, { - title: "Our Mission", - description: "Deliver professional plumbing service with integrity", - icon: Target, + title: "Our Mission", description: "Deliver professional plumbing service with integrity", icon: Target, }, { - title: "Proven Quality", - description: "Industry-leading standards and customer care", - icon: Award, + title: "Proven Quality", description: "Industry-leading standards and customer care", icon: Award, }, ]} textboxLayout="default" useInvertedBackground={true} imagePosition="right" + mediaAnimation="slide-up" /> @@ -73,15 +68,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Coventry", - "Warwick", - "Leamington Spa", - "Rugby", - "Kenilworth", - "Stratford-upon-Avon", - "Nuneaton", - "Bedworth", - ]} + "Coventry", "Warwick", "Leamington Spa", "Rugby", "Kenilworth", "Stratford-upon-Avon", "Nuneaton", "Bedworth"]} speed={40} showCard={true} /> @@ -94,25 +81,13 @@ export default function AboutPage() { description="These values guide everything we do" metrics={[ { - id: "1", - value: "24/7", - title: "Availability", - description: "Always here when you need us", - icon: Zap, + id: "1", value: "24/7", title: "Availability", description: "Always here when you need us", icon: Zap, }, { - id: "2", - value: "30", - title: "Minutes", - description: "Fastest response guarantee", - icon: Award, + id: "2", value: "30", title: "Minutes", description: "Fastest response guarantee", icon: Award, }, { - id: "3", - value: "100%", - title: "Quality", - description: "Professional standards always", - icon: Heart, + id: "3", value: "100%", title: "Quality", description: "Professional standards always", icon: Heart, }, ]} gridVariant="uniform-all-items-equal" @@ -129,24 +104,21 @@ export default function AboutPage() { copyrightText="© 2025 George The Plumber | 24/7 Emergency Services" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Repairs", href: "/services" }, { label: "Boiler Repairs", href: "/services" }, { label: "Blocked Drains", href: "/services" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📞 07415 433498", href: "tel:07415433498" }, { label: "Open 24 Hours", href: "/" }, { label: "Emergency Line", href: "tel:07415433498" }, -- 2.49.1 From 33bb263a92c00d4438ff0c86f08b1f8222077159 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:57:46 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 63 ++++++++++++---------------------------- 1 file changed, 19 insertions(+), 44 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a64763..125895a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -48,24 +48,19 @@ export default function ContactPage() { buttonAnimation="slide-up" bulletPoints={[ { - title: "24/7 Availability", - description: "Always ready for your emergency calls", - icon: Phone, + title: "24/7 Availability", description: "Always ready for your emergency calls", icon: Phone, }, { - title: "Fast Response", - description: "30-minute emergency response time", - icon: Zap, + title: "Fast Response", description: "30-minute emergency response time", icon: Zap, }, { - title: "Professional Team", - description: "Fully trained and qualified engineers", - icon: CheckCircle, + title: "Professional Team", description: "Fully trained and qualified engineers", icon: CheckCircle, }, ]} textboxLayout="default" useInvertedBackground={true} imagePosition="left" + mediaAnimation="slide-up" /> @@ -74,29 +69,17 @@ export default function ContactPage() {