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

{siteConfig('LANDING_HERO_TITLE_1', null, CONFIG)}

{siteConfig('LANDING_HERO_P_1', null, CONFIG)}

{/* Hero image */}
) }