Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 09:28:19 +00:00
parent 72ca4644ca
commit 5033027a36

View File

@@ -44,7 +44,7 @@ function ShopPageContent() {
<NavbarLayoutFloatingInline
brandName="Nano Mango"
navItems={navItemsForSubPages}
button={{ text: "View Products", href: "/products" }}
button={{ text: "View Products", href: "/shop" }}
buttonClassName="shadow-lg"
navItemClassName="text-foreground/80 hover:text-foreground"
className="backdrop-blur-sm bg-card/70"