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() { @@ -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() { @@ -90,46 +88,22 @@ export default function ReviewsPage() { @@ -45,77 +43,56 @@ export default function ServicesPage() {