// Simple page shells for secondary routes — realistic content so links feel live. function PageHeader({ eyebrow, title, sub }) { return (
{eyebrow}

{title}

{sub}

); } function CoursesPage() { return ( <> Browse every program, by the outcome you want.} sub="UG, PG, diploma and professional — filterable by field, duration, mode and fee." /> ); } function UniversitiesPage() { return ( <> 25 universities. One curated network.} sub="Every partner vetted on recognition, course quality, placement record and student experience." /> ); } function ServicesPage() { return ( <> From first call to first promotion.} sub="Career counseling, admission support, mentorship, placement, scholarships — in one place." /> ); } function AdmissionPage() { return ( <> Five steps from curiosity to classroom.} sub="Transparent, supported, and usually done in under a week." /> ); } function AboutPage() { return ( <> Empowering education, elevating careers.} sub="MentVecity is an online-degree platform helping Indian students enrol in recognized programs, with advisors and mentors that stay the whole way." />
01

Student-first, always

We rank programs by fit and outcome — never by commissions. If a course isn't right for you, our advisor says so.

02

Recognized credentials

Every partner program is UGC-entitled or approved by the relevant statutory body, and recognized for jobs, higher studies and abroad.

03

Mentors that matter

Practitioners from product, finance, tech, design and ops — matched to your track, available monthly.

); } function ContactPage() { return ( <> Book a call. We'll take it from there.} sub="Free 30-minute advisor call. No commitment. We'll map a clear shortlist for you." />
Advisor desk
+91 79947 38868
Mon–Sat · 9:00 – 21:00 IST
Email
mentvecity@gmail.com
Replies within 4 hours
Office
Bengaluru, India
Koramangala · by appointment
); } function HomePage() { return ( <> ); } Object.assign(window, { HomePage, CoursesPage, UniversitiesPage, ServicesPage, AdmissionPage, AboutPage, ContactPage });