From 84a7569d03c7f3183dc2fd8a8d2b768a63d97d36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:59:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1