From 0cd815de5adaa66dda5a23acded0973619c8eb44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:16:11 +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 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 -- 2.49.1