diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4cff0d9..5e1345b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,8 +38,9 @@ function ShopPageContent() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, + { name: "Team", id: "/#team" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/#contact" } ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -77,8 +78,9 @@ function ShopPageContent() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, + { name: "Team", id: "/#team" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/#contact" } ]} brandName="Angola" bottomLeftText="Experience the Beauty"