import { Box, Heading, Button, Text, Grid, Container } from 'theme-ui'
import Link from 'next/link'
import Icon from '../icon'
export default function KeepExploring() {
return (
<>
t.util.gx('orange', 'red'),
margin: 'auto',
maxWidth: '90%',
my: 4,
borderRadius: 8,
color: 'white',
textAlign: 'center',
py: 5
}}
>
Keep exploring{' '}
Behind the scenes...
Teenagers organize hackathons like{' '}
Assemble
{' '}
&{' '}
Windy City Hacks
. The hack’s the limit.
This semester, Hack Club is providing grants, support, and more, to
help you run the next amazing hackathon.
>
)
}