From eaa2254d628c8dfaaa8d62decfde8aa45f904714 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 19:52:00 +0000 Subject: [PATCH] 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() {