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" }} />