Update src/app/blog/page.tsx

This commit is contained in:
2026-02-26 23:58:19 +00:00
parent b2bf93cba8
commit 496987fa5a

View File

@@ -31,7 +31,6 @@ export default function BlogPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
{ name: "Results", id: "results" },
{ name: "Pricing", id: "pricing" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" }
]}
@@ -66,7 +65,6 @@ export default function BlogPage() {
title: "Navigate", items: [
{ label: "Home", href: "#" },
{ label: "Services", href: "#services" },
{ label: "Pricing", href: "#pricing" },
{ label: "Products", href: "#products" },
{ label: "Results", href: "#results" }
]