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