Update src/app/blog/page.tsx

This commit is contained in:
2026-02-27 10:19:36 +00:00
parent a00908574f
commit ae44bf8516

View File

@@ -63,7 +63,7 @@ export default function BlogPage() {
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Home", href: "#" },
{ label: "Services", href: "#services" },
{ label: "Products", href: "#products" },
{ label: "Results", href: "#results" }
@@ -71,7 +71,7 @@ export default function BlogPage() {
},
{
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Blog", href: "#" },
{ label: "FAQ", href: "#faq" },
{ label: "Community", href: "#" },
{ label: "Support", href: "#contact" }