From fc22eb32d08af9f1faac4657eb7becd738ceda99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:23:41 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {