From 1406b8f85fa77bf57ec07519e5219ee7960b3e4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:17:48 +0000 Subject: [PATCH] Update src/app/support/page.tsx --- src/app/support/page.tsx | 57 +++++++++------------------------------- 1 file changed, 12 insertions(+), 45 deletions(-) diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx index 87efc08..ac77d86 100644 --- a/src/app/support/page.tsx +++ b/src/app/support/page.tsx @@ -18,8 +18,7 @@ export default function SupportPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/" }, { label: "Pricing", href: "/" }, { label: "Security", href: "/" }, @@ -27,8 +26,7 @@ export default function SupportPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -36,8 +34,7 @@ export default function SupportPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api" }, { label: "Support", href: "/support" }, @@ -72,13 +69,13 @@ export default function SupportPage() {