Update src/app/page.tsx

This commit is contained in:
2026-01-24 17:25:11 +00:00
parent 567052fca2
commit 84ebc55b0b

View File

@@ -31,8 +31,8 @@ export default function HomePage() {
brandName="Geüpcycled Threads" brandName="Geüpcycled Threads"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Over Ons", id: "/about" }, { name: "Over mij", id: "/about" },
{ name: "Winkel", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
bottomLeftText="Duurzame Mode" bottomLeftText="Duurzame Mode"