From e2c1a4caf0dce882b77b932790217b6ea367a110 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:48:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49cb899..bc21ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Start Assessment", href: "/apply" }, + { text: "Apply Now—Join 4,732 Spots", href: "/apply" }, { text: "Explore Pathways", href: "/pathways" }, ]} buttonAnimation="slide-up" @@ -229,4 +229,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1