import classNames from 'classnames'; import { AnimatedDudeWithWire } from './graphics/dude'; import { t } from '@vegaprotocol/i18n'; export const LandingBanner = () => { return (

{t('Earn commission & stake rewards')}

{t( 'Invite friends and earn rewards from the trading fees they pay. Stake those rewards to earn multipliers on future rewards.' )}

); };