diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6b6913d..9965994 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -35,9 +35,11 @@ export default function BlogPage() { 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"