Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 06:19:32 +00:00
parent d5d3c7d524
commit 7024e201cc

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}