diff --git a/src/app/page.tsx b/src/app/page.tsx index d63f3f5..9eaa5d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,8 +39,7 @@ function LandingPageContent() { { name: t("nav.portfolio"), id: "portfolio" }, { name: t("nav.services"), id: "services" }, { name: t("nav.testimonials"), id: "testimonials" }, - { name: t("nav.contact"), id: "contact" }, - { name: "", id: "lang-toggle", component: } + { name: t("nav.contact"), id: "contact" } ]} />