Implement banner for fun
This commit is contained in:
+4
-2
@@ -1,6 +1,7 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import { Box, Text } from '@theme-ui/components'
|
||||
import PageLink from '../components/atoms/PageLink'
|
||||
import SquareImageBox from '../components/atoms/SquareImageBox'
|
||||
import RootNavigator from '../components/organisms/RootNavigator'
|
||||
|
||||
const IndexPage = () => {
|
||||
@@ -8,12 +9,13 @@ const IndexPage = () => {
|
||||
<Box>
|
||||
<RootNavigator />
|
||||
<Box sx={{ p: 3 }}>
|
||||
<Box>
|
||||
<Box mb={4}>
|
||||
<PageLink href='/honkai3rd'>
|
||||
<Text sx={{ fontSize: 3 }}>Honkai 3rd</Text>
|
||||
<SquareImageBox size={280} src='/assets/honkai3rd/banner.png' />
|
||||
</PageLink>
|
||||
</Box>
|
||||
<Box>
|
||||
<Box mb={4}>
|
||||
<PageLink href='/genshin'>
|
||||
<Text sx={{ fontSize: 3 }}>Genshin (Under Construction)</Text>
|
||||
</PageLink>
|
||||
|
||||
Reference in New Issue
Block a user