Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 22:57:49 +00:00
parent 77e88f93a6
commit df4b1f1581

View File

@@ -61,7 +61,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}>
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center"
@@ -109,7 +109,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}>
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="CRM AI"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
buttonClassName="min-w-[120px] justify-center"