import classNames from 'classnames'; import { AnimatedDudeWithWire } from './graphics/dude'; import { useT } from '../../lib/use-t'; export const LandingBanner = () => { const t = useT(); 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.' )}

); };