Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4970e1b0ef | |||
| 84ebc55b0b | |||
| 567052fca2 | |||
| 60f8812eab | |||
| 75f2be31fb | |||
| 6b2d152775 |
@@ -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"
|
||||||
@@ -79,4 +79,4 @@ export default function AboutPage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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" }
|
||||||
]}
|
]}
|
||||||
@@ -133,4 +133,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
@@ -79,4 +79,4 @@ export default function ContactPage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -1249,4 +1249,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
@@ -145,4 +145,4 @@ export default function HomePage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
@@ -96,4 +96,4 @@ export default function ShopPage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user