From ae44bf8516c968f8b3940bdca3f4ab6b1c17a001 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:19:36 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3c3d1ef..e04b0c0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" }