Update src/app/shop/page.tsx

This commit is contained in:
2026-02-16 09:16:35 +00:00
parent 09ab0e672a
commit 94ccdb1243

View File

@@ -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" }
]
},
{