Update src/app/shop/page.tsx

This commit is contained in:
2026-03-03 19:57:50 +00:00
parent d2a5f60444
commit b017f5aa73

View File

@@ -64,7 +64,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="UNREST"
button={{ text: "Cart", href: "/cart", pressable: true }}
button={{ text: "Cart", href: "/cart" }}
animateOnLoad={true}
/>
</div>