From d99a5fc6ef36b30c7e129a185c4baab4029cb22c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 10:45:40 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 79 ++++++++++-------------------------------- 1 file changed, 18 insertions(+), 61 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b5ef0a..3206e5f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,8 +21,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Leadership", href: "/leadership" }, @@ -30,8 +29,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Contact", href: "/contact" }, @@ -39,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Speaking Topics", href: "/speaking" }, { label: "Media Kit", href: "#" }, @@ -48,8 +45,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -77,16 +73,12 @@ export default function AboutPage() {