Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user