diff --git a/packages/web/components/Landing/sections/Intro.tsx b/packages/web/components/Landing/sections/Intro.tsx index 890f2317..b7d10768 100644 --- a/packages/web/components/Landing/sections/Intro.tsx +++ b/packages/web/components/Landing/sections/Intro.tsx @@ -1,4 +1,4 @@ -import { Box, Button, Container, Image, Text } from '@metafam/ds'; +import { Box, Button, 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'; @@ -7,12 +7,13 @@ const Intro: React.FC = () => ( - ( > ( fontWeight="normal" fontSize="1.125rem" bg="#B40C85" - mb="16px" + mb="1rem" width="17.75rem" textTransform="uppercase" > @@ -54,7 +55,7 @@ const Intro: React.FC = () => ( > Explore Moar - + );