diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 69fc66b..b516bf3 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -12,6 +12,7 @@ import { BookMarked } from "lucide-react"; export default function BlogPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "Products", id: "/products" }, { name: "Reviews", id: "/reviews" }, { name: "Guides", id: "/guides" }, { name: "Blog", id: "/blog" }, @@ -71,7 +72,7 @@ export default function BlogPage() { brandName="Aura Hub Finds" navItems={navItems} button={{ - text: "Shop Now", href: "/reviews"}} + text: "Shop Now", href: "/products"}} /> @@ -163,4 +164,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +}