import { Image, MetaButton, MetaHeading, Text } from '@metafam/ds'; import PlayersImage from 'assets/players.png'; import { FlexContainer } from 'components/Container'; import { MetaLink } from 'components/Link'; import React from 'react'; export const WelcomePlayer: React.FC = () => { return ( Player Become a Player MetaGame is an idea we can build a new world, a layer atop of the old one. A more collaborative, transparent & caring world. A world in which self-interest is better aligned with the common good & the ones creating value are more directly rewarded. Register ); };