Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 10:07:10 +00:00
parent 81d62fb794
commit 5b744712cd

View File

@@ -32,14 +32,13 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="UrbanThreads NYC"
bottomLeftText="New York City"
bottomRightText="Shop@UrbanThreads.com"
topBarClassName="h-20"
button={{ text: "Cart", onClick: () => console.log("Cart state not available on this page") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -64,14 +63,13 @@ function ShopPageContent() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="UrbanThreads NYC"
bottomLeftText="New York City"
bottomRightText="Shop@UrbanThreads.com"
topBarClassName="h-20"
button={{ text: "Cart", onClick: () => console.log("Cart state not available on this page") }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">