import './Hero.scss' import { t } from '../../utils/intl' import { showModal } from '../../stores/ui' export default () => { return (

{t('Horizontal collaborative journalistic platform')}

{t( 'Discours is an intellectual environment, a web space and tools that allows authors to collaborate with readers and come together to co-create publications and media projects' )} .
{t('We are convinced that one voice is good, but many is better') + '. ' + t('We create the most amazing stories together')} .

) }