diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e04b0c0..3c3d1ef 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" }