import classNames from 'classnames'; import { AnimatedDudeWithWire } from './graphics/dude'; import { useT } from '../../lib/use-t'; export const LandingBanner = () => { const t = useT(); return (

{t('Vega community referrals')}

{t( 'Referral programs can be proposed and created via community governance.' )}

{t( 'Once live, users can generate referral codes to share with their friends and earn commission on their trades, while referred traders can access fee discounts based on the running volume of the group.' )}

); };