From ab5422f2f8b86cf9aa181e1880972c7d2af7229e Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Sun, 17 May 2026 02:52:51 +0900 Subject: [PATCH] docs: simplify landing navbar (#9650) --- .../landing/staggered-nav-files.tsx | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/docs/components/landing/staggered-nav-files.tsx b/docs/components/landing/staggered-nav-files.tsx index 5b7cdb8369..ebbb20ab78 100644 --- a/docs/components/landing/staggered-nav-files.tsx +++ b/docs/components/landing/staggered-nav-files.tsx @@ -38,8 +38,6 @@ const navFiles: NavFileItem[] = [ { name: "docs", href: "/docs" }, ]; -const pricingFile: NavFileItem = { name: "pricing", href: "/pricing" }; - interface ProductItem { title: string; tagline: string; @@ -386,7 +384,6 @@ const mobileMenuSections: MobileMenuSection[] = [ href: p.href, })), }, - { name: "pricing", href: "/pricing" }, { name: "resources", children: resourceFiles }, { name: "enterprise", href: "/enterprise" }, ]; @@ -733,33 +730,6 @@ export function StaggeredNavFiles() { - {/* Pricing tab */} - - - - {pricingFile.name} - - - - {/* Enterprise tab */}