Update src/app/shop/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user