From 69024a9817408bed8050473af6a624056bac1273 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:42:42 +0000 Subject: [PATCH 1/3] Update src/app/insights/page.tsx --- src/app/insights/page.tsx | 215 ++++++++++---------------------------- 1 file changed, 56 insertions(+), 159 deletions(-) diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx index 9a8e737..1806386 100644 --- a/src/app/insights/page.tsx +++ b/src/app/insights/page.tsx @@ -35,8 +35,7 @@ export default function InsightsPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Markets", href: "/markets" }, { label: "Commodities", href: "/commodities" }, { label: "Economic Data", href: "/economic-indicators" }, @@ -44,8 +43,7 @@ export default function InsightsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "/blog" }, { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api" }, @@ -53,8 +51,7 @@ export default function InsightsPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "/privacy" }, @@ -89,20 +86,14 @@ export default function InsightsPage() { Date: Sat, 7 Mar 2026 17:42:43 +0000 Subject: [PATCH 2/3] 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() { Date: Sat, 7 Mar 2026 17:42:43 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++++++----------------------------------- 1 file changed, 56 insertions(+), 159 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85a3dcf..29917e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Markets", href: "/markets" }, { label: "Commodities", href: "commodities" }, { label: "Economic Data", href: "economic-indicators" }, @@ -44,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "blog" }, { label: "Documentation", href: "docs" }, { label: "API Reference", href: "api" }, @@ -53,8 +51,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "about" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "privacy" }, @@ -91,20 +88,14 @@ export default function HomePage() {