Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -85,12 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Beauty and the Beast"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Collection", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Enchanted Drinkware"
|
||||
bottomRightText="hello@beautyandthebeast.com"
|
||||
@@ -123,7 +122,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
items: [
|
||||
{ label: "Customer Reviews", href: "testimonials" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Contact Us", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -163,12 +162,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Beauty and the Beast"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Collection", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Enchanted Drinkware"
|
||||
bottomRightText="hello@beautyandthebeast.com"
|
||||
@@ -209,7 +207,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
items: [
|
||||
{ label: "Customer Reviews", href: "testimonials" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Contact Us", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -248,12 +246,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Beauty and the Beast"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Collection", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Enchanted Drinkware"
|
||||
bottomRightText="hello@beautyandthebeast.com"
|
||||
@@ -319,7 +316,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
items: [
|
||||
{ label: "Customer Reviews", href: "testimonials" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Contact Us", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user