import React from 'react'; import styles from './banner.module.scss'; export default function Banner(): JSX.Element { const [hidden, setHidden] = React.useState(false); return (
We stand with the black community. Make our nation #BetterThanBefore by mentoring black youth. We stand with the black community.
setHidden(true)} role='button' >
); }