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