diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3234be1..0a285bb 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,8 +27,8 @@ export default function ShopPage() { brandName="Geüpcycled Threads" navItems={[ { name: "Home", id: "/" }, - { name: "Over Ons", id: "/about" }, - { name: "Winkel", id: "/shop" }, + { name: "Over mij", id: "/about" }, + { name: "Shop", id: "/shop" }, { name: "Contact", id: "/contact" } ]} bottomLeftText="Duurzame Mode" @@ -96,4 +96,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file