Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user