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 +}