From 38ab293c696df2adf8f24e5b24c21cc7108e1106 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:59:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cb864e..edd4938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,9 +43,9 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" 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." + description="Match top candidates to ideal roles fairly and instantly using AI-powered intelligence." buttons={[ - { text: "Start Matching Now", href: "#dashboard" }, + { text: "Enter Dashboard", href: "#dashboard" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -92,4 +92,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}