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() {