diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a94b2b..a3107db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ - { text: "Apply Now", href: "contact" }, + { text: "Check Eligibility", href: "contact" }, { text: "Learn More", href: "how-it-works" } ]} buttonAnimation="slide-up" @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file