function Pillars() { const items = [ { title: 'Fully online & flexible', desc: 'Study from anywhere on a schedule that fits work, family and life — with live + recorded classes.', icon: '◴', tag: '01 / Flexibility' }, { title: 'AI course guidance', desc: 'Our match engine pairs your background, interests and goals to programs with real career outcomes.', icon: '✦', tag: '02 / Intelligence', featured: true }, { title: 'Top Indian universities', desc: '25+ partner institutions spanning UGC-entitled, NAAC-accredited programs.', icon: '◆', tag: '03 / Credibility' }, { title: 'Placement assistance', desc: 'Resume review, interview prep, curated openings, and 9 months of post-enrolment career support.', icon: '↗', tag: '04 / Outcomes' }, { title: 'Industry-mapped curriculum', desc: 'Electives built with practitioners — analytics, product, cloud, finance, marketing, HR.', icon: '◎', tag: '05 / Relevance' }, { title: 'Transparent, affordable fees', desc: 'Upfront pricing, scholarships, and 0% EMI options across programs. No surprises.', icon: '₹', tag: '06 / Access' }, ]; return (
Why MentVecity

Everything you need to choose, enrol and graduate — held together by people.

A student platform built around six non-negotiables. Pick any two and most platforms still fall short. We built for all six.

{items.map((p, i) => (
{p.icon}

{p.title}

{p.desc}

{p.tag}
))}
); } window.Pillars = Pillars;