import * as React from 'react'; import {BlockIconLink} from 'ts/@next/components/blockIconLink'; import {Section} from 'ts/@next/components/newLayout'; interface Props { onContactClick?: () => void; } export const SectionLandingCta = (props: Props) => (
);