Update src/app/shop/page.tsx
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user