import { Flex, Image, SimpleGrid, Text } from '@metafam/ds'; import { MetaLink } from 'components/Link'; import MetaGameImage from 'public/images/metagame.png'; import React from 'react'; export const WelcomeHeader: React.FC = () => { return ( How to play MetaGame Already a Player? Sign in ); };