Update src/app/shop/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ function ShopPageContent() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Nano Mango"
|
brandName="Nano Mango"
|
||||||
navItems={navItemsForSubPages}
|
navItems={navItemsForSubPages}
|
||||||
button={{ text: "View Products", href: "/products" }}
|
button={{ text: "View Products", href: "/shop" }}
|
||||||
buttonClassName="shadow-lg"
|
buttonClassName="shadow-lg"
|
||||||
navItemClassName="text-foreground/80 hover:text-foreground"
|
navItemClassName="text-foreground/80 hover:text-foreground"
|
||||||
className="backdrop-blur-sm bg-card/70"
|
className="backdrop-blur-sm bg-card/70"
|
||||||
|
|||||||
Reference in New Issue
Block a user