import { Box, Container, Link, Text, Heading, Card, Flex, Grid, Button } from 'theme-ui' import { Fade } from 'react-reveal' import Timeline from './timeline' import Stats from './stats' import ApplyButton from './apply-button' export default function Start() { return ( <> Sign up for Hack Club Bank. Open to Hack Clubs, hackathons, and charitable organizations in the US and Canada. We run Hack Club HQ on Bank!{' '} See our finances. {/* Your organization Starting in February 2020, we started running Hack Club HQ on Bank (& we don’t count our numbers in these stats).   See our finances here. Hack Club does not directly provide banking services. Banking services provided by FDIC-certified financial institutions. */} ) }