From cf135121383fe3112bb94a7ccf6cb6b62faab8b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:44:24 +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 ee92d56..0cb864e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="InternMatch AI" description="Enterprise-grade AI-powered Smart Internship Allocation Engine leveraging NLP embeddings, Hungarian algorithms, and fairness constraints for optimal candidate-role matching across the PM Internship Scheme." buttons={[ - { text: "Enter Dashboard", href: "#dashboard" }, + { text: "Start Matching Now", href: "#dashboard" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up"