import { Icon } from '@wordpress/components' import { useRef } from '@wordpress/element' import { __ } from '@wordpress/i18n' import { General } from '@library/api/General' import { growthArrow, brandLogo } from '@library/components/icons' import { useUserStore } from '@library/state/User' import { SplitModal } from './SplitModal' export const ProModal = () => { const initialFocus = useRef(null) return (
{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', )}

await General.ping('pro-modal-click') } rel="noreferrer"> {__('Upgrade Now', 'extendify')}
{__('Upgrade
) }