Update src/app/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user