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 */}