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 +}