From 76e2a7fa22e56c8dbec23f1cf44d065c8c7a9545 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 10:40:18 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3300b72..2af87a7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,12 +30,14 @@ export default function BlogPage() { brandName="Gus" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "products" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Support", id: "/support" }, + { name: "Privacy", id: "/privacy" } ]} - button={{ text: "Shop Now", href: "#products" }} + button={{ text: "Shop Now", href: "/shop" }} />