import { Box, Heading, Button, Link, Text, Container } from 'theme-ui' import Snowfall from 'react-snowfall' import { Fade } from 'react-reveal' import Rsvp from './rsvp' import { keyframes } from '@emotion/react' const flashing = keyframes({ from: { opacity: 0 }, '50%': { opacity: 1 }, to: { opacity: 0 } }) function Dot() { return ( ) } export default function Landing({ rsvpCount }) { return ( {/* */}a hacker's Winter Hardware
Wonderland
RSVPs have closed and hundreds of projects will soon be built together in the{' '} Hack Club Slack .
) }