diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9d1c0cb..38f07a5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { brandName="Zayia" navItems={[ { name: "Home", id: "/" }, - { name: "Products", id: "products" }, + { name: "Products", id: "/shop" }, { name: "About", id: "about" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Order Now", href: "products" }} + button={{ text: "Order Now", href: "/shop" }} /> {isLoading ? (