import { Box, Button, Heading, Text, Card } from 'theme-ui'
import Fade from 'react-reveal/Fade'
import ScrollHint from '../scroll-hint'
import Image from 'next/image'
import hero from '../../public/hackathons/assemble.JPG'
import Icon from '../icon'
export default function Landing() {
return (
<>
Welcome to the{' '}
high school hackathon.
It's not an extracurricular or a club. It's not a class or a
lecture.
{' '}
Hackathons are a place to build things for fun and meet others
doing the same.
>
)
}
function Slide({ children }) {
return (
{children}
)
}
function BlueGradientFilter() {
return (
)
}