mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 00:48:18 -05:00
removed buttons from intro slide
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Box, Button, Image, Text, VStack } from '@metafam/ds';
|
||||
import { Box, Image, Text, VStack } from '@metafam/ds';
|
||||
import BackgroundImage from 'assets/landing/intro-background.png';
|
||||
import MetaGameLogo from 'assets/landing/synthlogo-2.svg';
|
||||
import { FaArrowDown } from 'react-icons/fa';
|
||||
|
||||
export const Intro: React.FC = () => (
|
||||
<Box
|
||||
@@ -32,29 +31,6 @@ export const Intro: React.FC = () => (
|
||||
>
|
||||
A Massive Online Coordination Game
|
||||
</Text>
|
||||
<Button
|
||||
fontWeight="normal"
|
||||
fontSize="1.125rem"
|
||||
bg="#B40C85"
|
||||
mb="1rem"
|
||||
width="17.75rem"
|
||||
textTransform="uppercase"
|
||||
>
|
||||
Join Nao
|
||||
</Button>
|
||||
<Button
|
||||
fontWeight="normal"
|
||||
fontSize="1.125rem"
|
||||
bg="transparent"
|
||||
border="1px"
|
||||
borderColor="cyanText"
|
||||
color="#79F8FB"
|
||||
width="17.75rem"
|
||||
textTransform="uppercase"
|
||||
rightIcon={<FaArrowDown />}
|
||||
>
|
||||
Explore Moar
|
||||
</Button>
|
||||
</VStack>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user