From eaa2254d628c8dfaaa8d62decfde8aa45f904714 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:52:00 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 54 +++++++++++------------------------------- 1 file changed, 14 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e5efeb2..e574b84 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Plumbing", href: "/services" }, { label: "Leak Repairs", href: "/services" }, { label: "Shower Installation", href: "/services" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (01) 287 8952", href: "tel:+353128788952" }, { label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow", href: "#" }, { label: "plumbergreystones.ie", href: "https://plumbergreystones.ie" }, @@ -80,10 +77,11 @@ export default function AboutPage() { { value: "26+", title: "Google Reviews (4.7 Stars)" }, { value: "Local", title: "Greystones-Based & Trusted" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg" imageAlt="professional plumbing team portrait" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -91,12 +89,8 @@ export default function AboutPage() { Date: Sun, 8 Mar 2026 19:52:00 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 259 ++++++++++++++--------------------------------- 1 file changed, 75 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a41f7ab..2fd77af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Clock, Phone, CheckCircle, Award, Star } from "lucide-react"; +import { Clock, Phone, CheckCircle, Award, Star, Droplet, Wrench, Shield, Zap, Flame, ThermometerSun } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -38,9 +38,7 @@ export default function HomePage() { brandName="Greystones Plumbing" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+353128788952", - }} + text: "Call Now", href: "tel:+353128788952"}} /> @@ -50,13 +48,9 @@ export default function HomePage() { description="Professional plumbing and heating services for homes across Wicklow. Same-day emergency response available." buttons={[ { - text: "Call Now: (01) 287 8952", - href: "tel:+353128788952", - }, + text: "Call Now: (01) 287 8952", href: "tel:+353128788952"}, { - text: "Request a Quote", - href: "#contact", - }, + text: "Request a Quote", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg" imageAlt="Professional plumber fixing a kitchen sink" @@ -69,102 +63,74 @@ export default function HomePage() { @@ -205,52 +168,28 @@ export default function HomePage() { Date: Sun, 8 Mar 2026 19:52:01 +0000 Subject: [PATCH 3/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 48 +++++++++------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 56ffe82..4659309 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -19,8 +19,7 @@ export default function ReviewsPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Plumbing", href: "/services" }, { label: "Leak Repairs", href: "/services" }, { label: "Shower Installation", href: "/services" }, @@ -29,8 +28,7 @@ export default function ReviewsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, @@ -38,8 +36,7 @@ export default function ReviewsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (01) 287 8952", href: "tel:+353128788952" }, { label: "Chapel Rd, Kindlestown Upper, Greystones, Co. Wicklow", href: "#" }, { label: "plumbergreystones.ie", href: "https://plumbergreystones.ie" }, @@ -79,10 +76,11 @@ export default function ReviewsPage() { { value: "4.7★", title: "Google Rating" }, { value: "26+", title: "Verified Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg" imageAlt="plumber explaining work to homeowner" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -90,46 +88,22 @@ export default function ReviewsPage() { Date: Sun, 8 Mar 2026 19:52:01 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 152 +++++++++++--------------------------- 1 file changed, 45 insertions(+), 107 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 756eda8..04fea11 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Clock, Phone, CheckCircle, Droplet, Zap, Shield, Flame, ThermometerSun } from "lucide-react"; +import { Clock, Phone, CheckCircle, Droplet, Zap, Shield, Flame, ThermometerSun, Wrench } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -35,9 +35,7 @@ export default function ServicesPage() { brandName="Greystones Plumbing" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+353128788952", - }} + text: "Call Now", href: "tel:+353128788952"}} /> @@ -45,77 +43,56 @@ export default function ServicesPage() {