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