import { Hero } from 'shared/types' import styles from './index.module.scss' import { Button } from '../Button' export function HomeHero(props: { hero: Hero }) { const { hero } = props return (
{hero.text}
{hero.tagline}