import React from 'react' import ContentSection from './ContentSection' const Stakeholder = ({ name, title, subtitle }) => (
{title}

{title}

{subtitle}

) const StakeholderSection = () => (
) export default StakeholderSection