From 5b7784fffdc3fe37287c1a543f7af927f544926d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 12:26:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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