diff --git a/src/app/page.tsx b/src/app/page.tsx index 24ebbbe..0e2c901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,7 +219,7 @@ export default function LandingPage() { buttons={[ { text: "Apply Now", - onClick: "() => alert('Application form coming soon!')", + onClick: () => alert('Application form coming soon!'), }, ]} buttonAnimation="slide-up"