import React from 'react'; const SOURCE_CARDS = [ { title: 'What employers look for', image: '/career-sources/employers-look-for.png', blurb: 'NACE-backed skills employers scan for on early-career resumes: problem solving, teamwork, communication, and more.', href: 'https://www.naceweb.org/talent-acquisition/candidate-selection/what-are-employers-looking-for-when-reviewing-college-students-resumes', linkLabel: 'NACE resume research', }, { title: 'Campus recruiting map', image: '/career-sources/campus-recruiting-timeline.png', blurb: 'How universities and employers run early-talent recruiting — fairs, Handshake, interviews, and offer season.', href: 'https://www.colorado.edu/career/', linkLabel: 'CU Career Services', }, { title: 'Networking playbook', image: '/career-sources/networking-map.png', blurb: 'Alumni tools, informational interviews, and outreach habits from top university career centers.', href: 'https://career.ucla.edu/blog/2024/08/08/how-to-use-linkedins-alumni-tool-for-networking/', linkLabel: 'UCLA LinkedIn alumni guide', }, ]; const CareerSourcesSection = () => (

Recruiting sources & visuals

Grounded in university career centers, NACE employer research, and official company university pages. Upload the docs in docs/career_knowledge/ during chat for even sharper advisor answers.

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