import React from 'react'; const SOURCE_CARDS = [ { title: 'Compare colleges & outcomes', image: '/career-sources/employers-look-for.png', blurb: 'Use College Scorecard and College Navigator to compare costs, programs, and outcomes — then verify details on each school’s site.', href: 'https://collegescorecard.ed.gov/', linkLabel: 'College Scorecard', }, { title: 'Aid & net price', image: '/career-sources/campus-recruiting-timeline.png', blurb: 'Sticker price is not net price. Start with FAFSA and each school’s Net Price Calculator before cutting options.', href: 'https://studentaid.gov/h/apply-for-aid/fafsa', linkLabel: 'FAFSA.gov', }, { title: 'Access & adult pathways', image: '/career-sources/networking-map.png', blurb: 'Disability Services questions, online program quality signals, and transfer / prior-learning pathways for returning adults.', href: 'https://www.ahead.org/', linkLabel: 'AHEAD (disability in higher ed)', }, ]; const CareerSourcesSection = () => (

College search sources

Grounded in official education data, federal student aid, and accessibility resources. Upload the docs in knowledge/ or docs/college_knowledge/ during chat for sharper advisor answers.

{SOURCE_CARDS.map((card) => ( ))}
); export default CareerSourcesSection;