Update src/app/shop/page.tsx
This commit is contained in:
@@ -40,6 +40,7 @@ export default function ShopPage() {
|
||||
{ name: "Journey", id: "journey" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Webild"
|
||||
@@ -84,6 +85,7 @@ export default function ShopPage() {
|
||||
{ name: "Journey", id: "journey" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Features", id: "/features" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
brandName="Webild"
|
||||
|
||||
Reference in New Issue
Block a user