Update src/app/contact/page.tsx

This commit is contained in:
2026-01-24 17:25:09 +00:00
parent 75f2be31fb
commit 60f8812eab

View File

@@ -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>
); );
} }