+ Featured Projects + + {projects.map((proj, index) => { + const isEven = index % 2 === 0; + return ( + + + + + + + + + + + + + ) + })} +