Update src/app/blog/page.tsx

This commit is contained in:
2026-01-22 20:39:36 +00:00
parent 7944451d43
commit b283cb0b2d

View File

@@ -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" }
]}