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