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