From 6d3fe20f8d0741b6dc73e1193e54110eca99366d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:54:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 977f310..326f5aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,10 @@ export default function LandingPage() { { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, - { name: "Apply Now", id: "/application-form" } + { name: "Apply Now", id: "/application-form" }, + { name: "Admin Dashboard", id: "/admin-dashboard" } ]} - button={{ text: "Schedule Viewing", href: "contact" }} + button={{ text: "Schedule Viewing", id: "contact" }} /> @@ -263,7 +264,8 @@ export default function LandingPage() { { label: "Executive Team", href: "#team" }, { label: "Properties", href: "#properties" }, { label: "Contact", href: "#contact" }, - { label: "Apply Now", href: "/application-form" } + { label: "Apply Now", href: "/application-form" }, + { label: "Admin Dashboard", href: "/admin-dashboard" } ] }, { @@ -295,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file