Update src/app/shop/page.tsx
This commit is contained in:
@@ -37,12 +37,11 @@ export default function ShopPage() {
|
||||
<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"
|
||||
@@ -75,7 +74,7 @@ export default function ShopPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Customer Reviews", href: "testimonials" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Contact Us", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -114,12 +113,11 @@ export default function ShopPage() {
|
||||
<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"
|
||||
@@ -160,7 +158,7 @@ export default function ShopPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Customer Reviews", href: "testimonials" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Contact Us", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user