import { Icon } from '@wordpress/components' import { useRef } from '@wordpress/element' import { __ } from '@wordpress/i18n' import { SplitModal } from './SplitModal' import { growthArrow, brandLogo } from '../icons' export const ProModal = () => { const initialFocus = useRef(null) return ( {/* TODO: extract this padding to parent */}
{brandLogo}

{__( 'Get unlimited access to all our Pro patterns & layouts', 'extendify', )}

{__( "Upgrade to Extendify Pro and use all the patterns and layouts you'd like, including our exclusive Pro catalog.", 'extendify', )}

{__('Upgrade Now', 'extendify')}
{__('Upgrade
) }