From 518cd46f4c63eb4c0f2a4ba881fddacf33cd161c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:42:41 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 48 +++++++++++----------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 926baae..1497d20 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Collections", href: "/collections" }, { label: "Suits & Formal", href: "/collections" }, { label: "Casual Wear", href: "/collections" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Visit Us", href: "/visit" }, { label: "Contact", href: "/contact" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: (065) 682 9469", href: "tel:+353656829469" }, { label: "37 O'Connell Street, Ennis", href: "#" }, { label: "Co. Clare, V95 W938", href: "#" }, @@ -44,8 +41,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#privacy" }, { label: "Terms & Conditions", href: "#terms" }, ], @@ -70,9 +66,7 @@ export default function ContactPage() { brandName="Murphy's Menswear" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+353656829469", - }} + text: "Call Now", href: "tel:+353656829469"}} animateOnLoad={true} /> @@ -81,28 +75,20 @@ export default function ContactPage() {