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() {