diff --git a/src/app/page.tsx b/src/app/page.tsx index 44c6138..a9fc557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,8 +26,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Leadership", href: "/leadership" }, @@ -35,8 +34,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Contact", href: "/contact" }, @@ -44,8 +42,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Speaking Topics", href: "/speaking" }, { label: "Media Kit", href: "#" }, @@ -53,8 +50,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -102,16 +98,12 @@ export default function HomePage() {