From 7024e201cc9da72f2dda40ff28b0a7ab7500a49b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 06:19:32 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b2bf4c7..9fdf32a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -33,7 +33,7 @@ export default function BlogPage() { { name: "Metrics", id: "metrics" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, - { name: "Blog", id: "/blog" } + { name: "Blog", id: "#" } ]} bottomLeftText="AI-Powered Analytics" bottomRightText="hello@insightflow.ai" @@ -80,7 +80,7 @@ export default function BlogPage() { { title: "Company", items: [ { label: "About Us", href: "#" }, - { label: "Blog", href: "/blog" }, + { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" } ] @@ -99,4 +99,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file