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 = () => ( <>