diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d61d4c8..6cb05ef 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -19,7 +19,7 @@ export default function BlogPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Shop", id: "/#shop" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "/#about" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, @@ -44,7 +44,7 @@ export default function BlogPage() {