import { Icon } from '@wordpress/components' import { Button } from '@wordpress/components' import { useRef } from '@wordpress/element' import { __ } from '@wordpress/i18n' import { General } from '@extendify/api/General' import { useGlobalStore } from '@extendify/state/GlobalState' import { useUserStore } from '@extendify/state/User' import { growthArrow, patterns, layouts, support, star, brandLogo, diamond, } from '../icons' import { SplitModal } from './SplitModal' import { SettingsModal } from './settings/SettingsModal' export const NoImportModal = () => { const pushModal = useGlobalStore((state) => state.pushModal) const initialFocus = useRef(null) return (
{brandLogo}

{__("You're out of imports", 'extendify')}

{__( 'Sign up today and get unlimited access to our entire collection of patterns and page layouts.', 'extendify', )}

await General.ping('no-imports-modal-click') } rel="noreferrer"> {__('Get Unlimited Imports', 'extendify')}

{__('Have an account?', 'extendify')}

{__("Access to 100's of Patterns", 'extendify')}
{__('Access to "Pro" catalog', 'extendify')}
{__('Beautiful full page layouts', 'extendify')}
{__('Fast and friendly support', 'extendify')}
{__('14-Day guarantee', 'extendify')}
) }