import CONFIG from '../config' import ModalVideo from './ModalVideo' export default function Hero() { return (
{/* Illustration behind hero content */}
{/* Hero content */}
{/* Section header */}

{CONFIG.HERO_TITLE_1}

{CONFIG.HERO_P_1}

{/* Hero image */}
) }