diff --git a/src/app/page.tsx b/src/app/page.tsx index 916d108..c8e86c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,10 +37,9 @@ export default function LandingPage() { { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, - { name: "Apply Now", id: "/application-form" }, { name: "Admin Dashboard", id: "/admin-dashboard" } ]} - + button={{ text: "Apply Now", href: "/application-form" }} />