From a3a7ab090dd582de290a9b995b54dc8300e50337 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:40:12 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2cf3531..995a518 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,24 +17,21 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/" }, { label: "Branding", href: "/" }, { label: "Digital Marketing", href: "/" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/" }, { label: "Work", href: "/" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Twitter", href: "https://twitter.com/twardo" }, { label: "LinkedIn", href: "https://linkedin.com/company/twardo" }, { label: "Instagram", href: "https://instagram.com/twardo" }, @@ -63,14 +60,14 @@ export default function ContactPage() { @@ -78,7 +75,7 @@ export default function ContactPage() {