Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Pia"
|
||||
bottomLeftText="Experience the perfect brew."
|
||||
bottomRightText="hello@piacoffee.com"
|
||||
@@ -133,7 +133,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Pia"
|
||||
bottomLeftText="Experience the perfect brew."
|
||||
bottomRightText="hello@piacoffee.com"
|
||||
@@ -182,7 +182,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
brandName="Pia"
|
||||
bottomLeftText="Experience the perfect brew."
|
||||
bottomRightText="hello@piacoffee.com"
|
||||
|
||||
Reference in New Issue
Block a user