diff --git a/src/app/page.tsx b/src/app/page.tsx index f147e11..fa6c1b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,6 +41,8 @@ export default function LandingPage() { name: "Contact", id: "/contact"}, { name: "Client Login", id: "/login"}, + { + name: "Handover", id: "/handover"}, ]} brandName="eXpand AD" button={{ @@ -223,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file