diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f6414f..8081a66 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,24 +17,21 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Browse Collection", href: "collection" }, { label: "Shop on Discogs", href: "https://www.discogs.com" }, { label: "How to Buy", href: "how-to-buy" }, ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "about" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }, ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Vinyl Collecting Tips", href: "#" }, { label: "Music Resources", href: "#" }, { label: "Discogs Community", href: "https://www.discogs.com" }, @@ -68,17 +65,12 @@ export default function AboutPage() { @@ -92,4 +84,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}