6 Commits

Author SHA1 Message Date
4970e1b0ef Update src/app/shop/page.tsx 2026-01-24 17:25:12 +00:00
84ebc55b0b Update src/app/page.tsx 2026-01-24 17:25:11 +00:00
567052fca2 Update src/app/layout.tsx 2026-01-24 17:25:10 +00:00
60f8812eab Update src/app/contact/page.tsx 2026-01-24 17:25:09 +00:00
75f2be31fb Update src/app/blog/page.tsx 2026-01-24 17:25:08 +00:00
6b2d152775 Update src/app/about/page.tsx 2026-01-24 17:25:08 +00:00
6 changed files with 16 additions and 16 deletions

View File

@@ -26,8 +26,8 @@ export default function AboutPage() {
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"

View File

@@ -101,8 +101,8 @@ export default function BlogPage() {
navItems={[
{ name: "Home", id: "/home" },
{ name: "Home", id: "home" },
{ name: "Over Ons", id: "about" },
{ name: "Winkel", id: "products" },
{ name: "Over mij", id: "about" },
{ name: "Shop", id: "products" },
{ name: "Proces", id: "process" },
{ name: "Contact", id: "contact" }
]}

View File

@@ -26,8 +26,8 @@ export default function ContactPage() {
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"

View File

@@ -31,8 +31,8 @@ export default function HomePage() {
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"

View File

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