diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4a28f9e..03c2a36 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -102,7 +102,6 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "About", id: "/about" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]}