From a77fde080569f07a26d8c30b5802c9a425eb2ca1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 17:20:32 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4cff0d9..1671192 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,9 +37,11 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/#about" }, + { name: "Pricing", id: "/#pricing" }, { 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" @@ -76,9 +78,11 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/#about" }, + { name: "Pricing", id: "/#pricing" }, { 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"