import Link from 'next/link'; import { Background } from '../background/Background'; import { Button } from '../button/Button'; import { HeroOneButton } from '../hero/HeroOneButton'; import { Section } from '../layout/Section'; import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns'; import { Logo } from './Logo'; const Hero = () => (
}>
  • GitHub
  • {'What is \n'} Conviction Voting {'\nand why do we need it?'} } description={ <>{'"Conviction Voting offers a novel decision making process that funds proposals based on the aggregated preference of community members, expressed continuously."'}
    Jeff Emmett {', '} @CommonsStack } button={null} /* button={ }*/ />
    ); export { Hero };