diff --git a/src/app/page.tsx b/src/app/page.tsx index e602a4a..bef97aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,13 +163,8 @@ export default function LandingPage() { ], }, { - title: "Links", items: [ - { - label: "Menu", href: "#menu"}, - { - label: "Contact", href: "#contact"}, - ], - }, + title: "Contact", items: [] + } ]} />