Merge version_4 into main #3
@@ -26,8 +26,8 @@ export default function AboutPage() {
|
|||||||
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"
|
||||||
|
|||||||
@@ -101,8 +101,8 @@ export default function BlogPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/home" },
|
{ name: "Home", id: "/home" },
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Over Ons", id: "about" },
|
{ name: "Over mij", id: "about" },
|
||||||
{ name: "Winkel", id: "products" },
|
{ name: "Shop", id: "products" },
|
||||||
{ name: "Proces", id: "process" },
|
{ name: "Proces", id: "process" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ export default function ContactPage() {
|
|||||||
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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ export default function ShopPage() {
|
|||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user