import React from 'react'; const StarterKit = ({ name, href, imgSrc }) => ( {name} ); export default () => ( Kickstart your{' '} design system{' '} in one click with one of our starter-kits Get Started );