diff --git a/src/app/markets/page.tsx b/src/app/markets/page.tsx index 23d4cd7..7eb09bd 100644 --- a/src/app/markets/page.tsx +++ b/src/app/markets/page.tsx @@ -27,8 +27,7 @@ export default function MarketsPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Markets", href: "/markets" }, { label: "Commodities", href: "commodities" }, { label: "Economic Data", href: "economic-indicators" }, @@ -36,8 +35,7 @@ export default function MarketsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "blog" }, { label: "Documentation", href: "docs" }, { label: "API Reference", href: "api" }, @@ -45,8 +43,7 @@ export default function MarketsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "about" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "privacy" }, @@ -83,20 +80,14 @@ export default function MarketsPage() {