3 Commits

Author SHA1 Message Date
38ab293c69 Update src/app/page.tsx 2026-03-04 07:59:37 +00:00
1c99064284 Update src/app/layout.tsx 2026-03-04 07:59:36 +00:00
fb82de62c8 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:44:29 +00:00
2 changed files with 1398 additions and 3 deletions

File diff suppressed because it is too large Load Diff

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>
);
}
}