Update src/app/shop/page.tsx
This commit is contained in:
@@ -31,13 +31,12 @@ function ShopPageContent() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
button={{ text: "Cart", onClick: () => console.log("Cart clicked") }}
|
||||
brandName="Royal Parlor"
|
||||
className="relative z-50"
|
||||
containerClassName="py-4"
|
||||
/>
|
||||
</div>
|
||||
<div id="loading-state" data-section="loading-state">
|
||||
@@ -64,13 +63,12 @@ function ShopPageContent() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
button={{ text: "Cart", onClick: () => console.log("Cart clicked") }}
|
||||
brandName="Royal Parlor"
|
||||
className="relative z-50"
|
||||
containerClassName="py-4"
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
|
||||
Reference in New Issue
Block a user