Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 38ab293c69 | |||
| 1c99064284 | |||
| fb82de62c8 |
1395
src/app/layout.tsx
1395
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -43,9 +43,9 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="InternMatch AI"
|
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={[
|
buttons={[
|
||||||
{ text: "Start Matching Now", href: "#dashboard" },
|
{ text: "Enter Dashboard", href: "#dashboard" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -92,4 +92,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user