Update src/app/shop/page.tsx

This commit is contained in:
2026-02-25 16:44:59 +00:00
parent 93864fdce4
commit 9861ff09e8

View File

@@ -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"