Updating primary heading and text on landing page.

pull/639/head
Kellan Wampler 2022-07-19 10:53:51 -04:00
rodzic ae5bca6e62
commit 5a8516f490
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -238,7 +238,7 @@ const Homepage = () => {
boxSizing="content-box" boxSizing="content-box"
> >
<GridItem colSpan="12" bgColor={"blue.50"} id="Header grid item"> <GridItem colSpan="12" bgColor={"blue.50"} id="Header grid item">
<chakra.header boxSize="full" minH={["100vh"]} mb={0}> <chakra.header boxSize="full" minH="100vh" mb={0}>
<Box <Box
bgPos="bottom" bgPos="bottom"
bgColor="transparent" bgColor="transparent"
@ -250,8 +250,8 @@ const Homepage = () => {
align="center" align="center"
justify="center" justify="center"
boxSize="full" boxSize="full"
pt={["60px", "120px", "150px"]} pt={["120px", "120px", "150px"]}
pb={[4, 6, 10, 10, 10, 10]} pb={10}
> >
<Stack <Stack
textAlign="center" textAlign="center"
@ -266,22 +266,22 @@ const Homepage = () => {
fontWeight="semibold" fontWeight="semibold"
color="white" color="white"
as="h1" as="h1"
pb={[4, 6, 12, 12, 12, 12]} pb={[8, 8, 12]}
maxW={[null, "80%", "58%"]} maxW={[null, "90%", "80%", "58%"]}
> >
Build a Sustainable Game Economy in Only a Few Clicks Build, Scale, and Monitor Your Game on the Blockchain
</Heading> </Heading>
<chakra.span <chakra.span
pb={[4, 6, 12, 12, 12, 12]} pb={[6, 6, 12]}
fontSize={["sm", "md", "lg", "lg", "xl", "xl"]} fontSize={["sm", "md", "lg", "lg", "xl", "xl"]}
display="inline-block" display="inline-block"
color="white" color="white"
maxW={[null, "85%", "75%"]} maxW={[null, "85%", "75%"]}
> >
Moonstream Engine empowers web3 game designers to grow Moonstream is a no code web3 game engine. Use
healthy economies. Moonstream smart contracts and APIs Moonstreams technical blockchain infrastructure to
allow you to integrate our game mechanics with zero add on-chain game mechanics. Watch your games economy
effort. flourish.
</chakra.span> </chakra.span>
<Stack <Stack
direction={[ direction={[
@ -292,7 +292,7 @@ const Homepage = () => {
"row", "row",
"row", "row",
]} ]}
pb={["60px", "60px", "120px"]} pb={"120px"}
> >
<Center> <Center>
<RouteButton <RouteButton