Update src/app/contact/page.tsx
This commit is contained in:
@@ -34,9 +34,6 @@ export default function ContactPage() {
|
||||
{
|
||||
name: "Webshop", id: "/shop"
|
||||
},
|
||||
{
|
||||
name: "Winkelwagen", id: "/cart"
|
||||
},
|
||||
{
|
||||
name: "Events", id: "/events"
|
||||
},
|
||||
@@ -263,7 +260,7 @@ export default function ContactPage() {
|
||||
label: "Over Pyk", href: "/over-pyk"
|
||||
},
|
||||
{
|
||||
label: "Ons Team", href: "/over-pyk#team"
|
||||
label: "Ons Team", href: "/over-pyk#our-team"
|
||||
},
|
||||
{
|
||||
label: "De Wynkantine", href: "/wynkantine"
|
||||
@@ -319,4 +316,4 @@ export default function ContactPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user