import { Typography } from '@material-ui/core' import { ReactElement } from 'react' import Index from '.' import { ROUTES } from '../../routes' export function BankCardTopUpIndex(): ReactElement { return ( It's recommended to buy an amount equivalent to 5 to 10 EUR maximum. If you're not familiar with cryptocurrencies, you may use{' '} https://ramp.network/buy/ . } next={ROUTES.TOP_UP_BANK_CARD_SWAP} /> ) }