Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:59:37 +00:00
parent 1c99064284
commit 38ab293c69

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}