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