);
// Main Universities Page
// export default function UniversitiesPage() {
const UniversitiesPage = () => {
const [scrollY, setScrollY] = useState(0);
const [openFAQ, setOpenFAQ] = useState(null);
useEffect(() => {
const handleScroll = () => setScrollY(window.scrollY);
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const faqs = [
{
question: 'What does Vestiq cost for academic programs?',
answer: 'Pricing can follow per-seat, per-cohort, or institution-wide models. The Academic Partnerships team structures terms around enrollment size and course design. Contact us for a customized quote.'
},
{
question: 'Can multiple courses share the same environment?',
answer: 'Yes. Departments can run several cohorts, each with its own dashboard and grading structure, all under a single institutional agreement.'
},
{
question: 'Can investment clubs use Vestiq?',
answer: 'Schools can extend access to clubs and competitions under the same institutional agreement. This allows student organizations to practice portfolio management with the same tools used in formal courses.'
},
{
question: 'How does Vestiq handle data privacy?',
answer: 'Student portfolios and activity data remain within the institution\'s Vestiq instance and follow standard privacy and security practices. Additional documentation is available on request for compliance and IT review.'
}
];
return (
A market-intelligence and portfolio management environment for teaching real investment process, with complete transparency for faculty.
Vestiq gives students simulated portfolios, research tools, and a framework for written investment theses. Instructor dashboards track performance, documentation quality, and risk, so classes can study both returns and decision-making.
All activity uses simulated accounts and real market data. No live trading or brokerage occurs inside Vestiq.
{/* Right: Dashboard mock */}
{/* Why Universities Use Vestiq Section */}
Why universities use Vestiq
Vestiq turns market data into a structured learning environment. Students read company and catalyst reports, build investment theses, and manage simulated portfolios. Faculty gain a clear view of each decision and can grade students on research quality, risk discipline, and long-term outcomes.
Real market context
Classes run on current filings, earnings, news, and price moves. Students learn in the same environment professionals face each day.
Documented investment process
Every position carries a thesis, risk notes, and exit rationale, which builds a record of decisions across the term.
Faculty visibility
Instructor dashboards show portfolios, trade logs, and documentation quality so grading and feedback rely on evidence.
{/* How a Course Runs Section */}
How a course runs on Vestiq
The program adapts to different course structures, from semester-long equity analysis classes to intensive short-form workshops.
{/* Student Experience Section */}
Student experience in Vestiq
Students access a professional-grade research and portfolio environment designed to build real investment skills through documented practice.
The interface teaches that every trade connects to a thesis, a risk level, and a documented decision.
{/* Faculty Tools Section */}
Tools for faculty and program leaders
}
title="Instructor dashboard"
description="View all portfolios in a cohort at a glance. Scan returns, volatility, drawdowns, documentation scores, and concentration risk. Drill into any student or team for detailed review."
/>
}
title="Evidence-based grading"
description="Use portfolio metrics and documentation quality to build grading rubrics. Instructors can export trade logs and thesis histories for assessment, accreditation, or internal review."
/>
}
title="Program-level insights"
description="Identify common strengths and gaps across the class. For example, over-concentration in specific sectors, weak exit discipline, or consistent underreaction to catalysts."
/>
{/* Curriculum Integration Section */}
Curriculum integration and use cases
Vestiq supports a range of academic formats, from undergraduate investment clubs to graduate-level portfolio management labs. Instructors can run Vestiq as the core platform for a course or as a practicum layer that complements existing lectures and case studies.
{[
{
title: 'Equity analysis and valuation',
description: 'Students turn fundamental research into written theses and simulated positions.',
icon: '📊'
},
{
title: 'Portfolio management and risk',
description: 'Classes focus on allocations, exposure, and drawdowns across a full term.',
icon: '⚖️'
},
{
title: 'Experiential learning and competitions',
description: 'Schools can run internal competitions or inter-university challenges using simulated accounts.',
icon: '🏆'
}
].map((item, i) => (
{item.icon}
{item.title}
{item.description}
))}
{/* Compliance Section */}
Compliance, governance, and safety
Vestiq's academic environment operates with simulated capital and market data. No live trading, brokerage, or order routing occurs on the platform. The structure allows schools to teach real investment disciplines while retaining clear boundaries between classroom activity and external accounts.
{[
{
title: 'Simulated environment',
description: 'All portfolios use virtual capital. Market data reflects real prices and events.',
color: '#5eead4'
},
{
title: 'Transparent records',
description: 'Every position includes thesis text, timestamps, and trade details for internal review.',
color: '#a78bfa'
},
{
title: 'Future alignment',
description: 'Academic programs benefit from a platform engineered with controls and documentation at its foundation.',
color: '#fbbf24'
}
].map((item, i) => (
{item.title}
{item.description}
))}
{/* Implementation Section */}
Implementation and support
Academic partners receive help with course setup, student onboarding, and grading frameworks. A typical implementation includes an initial planning call, instructor training, and a short pilot cohort before broader rollout.
{[
{ step: '1', title: 'Planning and design', desc: 'Define courses, cohort size, timing, and learning goals.' },
{ step: '2', title: 'Pilot and refine', desc: 'Run a small group or single section to validate workflows and grading.' },
{ step: '3', title: 'Scale across programs', desc: 'Extend Vestiq to additional classes, labs, and investment clubs.' }
].map((item, i) => (
{i < 2 && (
)}
{item.step}
{item.title}
{item.desc}
))}
Dedicated support channels are available during the term for instructors and program coordinators.