Update src/app/blog/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Support", href: "#contact" }
|
||||
|
||||
Reference in New Issue
Block a user