function Hero() {
return (
NEW
AI course match for 2026 intake now live
Your future degree,
closer than ever.
MentVecity helps students enroll in recognized online degree programs from leading Indian universities — with 1:1 counseling, career mapping, and end-to-end admission support.
Get Free Counseling
Explore Courses
);
}
function HeroViz() {
const courses = [
{ name: 'MBA — Business Analytics', meta: 'Manipal · 2 Yrs · Online', icon: '◆', bg: 'linear-gradient(135deg,#FFA000,#E08800)', color: '#041E4A', match: '96%' },
{ name: 'MCA — Data Science', meta: 'Amrita · 2 Yrs · Online', icon: '◇', bg: 'rgba(255,255,255,0.08)', color: '#fff', match: '91%' },
{ name: 'BBA — Digital Marketing', meta: 'Jain · 3 Yrs · Online', icon: '○', bg: 'rgba(255,255,255,0.08)', color: '#fff', match: '87%' },
];
return (
Recommended for Priya
Based on background in Commerce + interest in analytics
{courses.map((c, i) => (
))}
Avg. salary uplift
+68%
Post degree, ≤18 months
3 advisors online
Avg. reply time under 4 min
);
}
window.Hero = Hero;