diff --git a/src/app/page.tsx b/src/app/page.tsx index 66ae6d7..10f1c31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,6 +28,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Vehicles", id: "/vehicles" }, + { name: "Valkyrion", id: "/valkyrion" }, + { name: "EON GT", id: "/eon-gt" }, { name: "Configurator", id: "/configurator" }, { name: "About", id: "/about" }, ]}