From a84011bea831fdf692ca0d8c60daeb844fcb68b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:42:43 +0000 Subject: [PATCH] Update src/app/markets/page.tsx --- src/app/markets/page.tsx | 83 ++++++++++++---------------------------- 1 file changed, 24 insertions(+), 59 deletions(-) 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() {