From af5aaf05d7703e66eb3aa1df4f51a6fa38693ccd Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 14:32:06 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8e9e7b8..90bc4d0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,7 +34,8 @@ export default function BlogPage() { { name: "About", id: "about" }, { name: "Why Us", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" } ]} button={{ text: "Shop Now", href: "products" }} /> @@ -78,4 +79,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +}