import {
Box,
Button,
Card,
Container,
Grid,
Heading,
Image,
Link,
Text
} from 'theme-ui'
import Meta from '@hackclub/meta'
import Head from 'next/head'
import NextLink from 'next/link'
import Nav from '../components/nav'
import SlideDown from '../components/slide-down'
import FadeIn from '../components/fade-in'
import Icon from '../components/icon'
import Footer from '../components/footer'
const Page = () => (
<>
Vanilla Server
Hang out with the tree-punchers of Hack Club playing on the
official server, mc.hackclub.com.{' '}
Check out the map ยป
Modded Server
Want a unique Minecraft experience? Come explore the limits of
Minecraft with us on the official modded server!
Compete weekly
Join weekly Minecraft Monday calls & compete in the monthly
Minecraft Showdown to win prizes.
Build plugins
Many Hack Clubbers first found coding via Minecraft plugins, and
we have an active community scripting plugins on our server.
Chat in #minecraft on Slack
Hundreds of players around the world.
>
)
export default Page