mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Adding in the 3d MG text
This commit is contained in:
BIN
packages/web/assets/landing/metagame-3d.png
Normal file
BIN
packages/web/assets/landing/metagame-3d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
@@ -1,4 +1,5 @@
|
||||
import { Box, Container, Text } from '@metafam/ds';
|
||||
import { Box, Container, Image, Text } from '@metafam/ds';
|
||||
import MetaGame3DImage from 'assets/landing/metagame-3d.png';
|
||||
import BackgroundImage from 'assets/landing/sections/section-2.jpg';
|
||||
import { FullPageContainer } from 'components/Container';
|
||||
import { MetaLink } from 'components/Link';
|
||||
@@ -44,11 +45,12 @@ export const Game: React.FC = () => {
|
||||
fontWeight="normal"
|
||||
color="white"
|
||||
>
|
||||
<Image src={MetaGame3DImage} width="100%" />
|
||||
<Text>
|
||||
“Metagame is any approach to a game that transcends or operates
|
||||
outside of the prescribed rules of the game, uses external factors
|
||||
to affect the game, or goes beyond the supposed limits or
|
||||
environment set by the game.”
|
||||
“It is any approach to a game that transcends or operates outside of
|
||||
the prescribed rules of the game, uses external factors to affect
|
||||
the game, or goes beyond the supposed limits or environment set by
|
||||
the game.”
|
||||
</Text>
|
||||
<Text textAlign="right">
|
||||
- From{' '}
|
||||
|
||||
Reference in New Issue
Block a user