import { createElement, useState, useEffect } from '@wordpress/element' import { dateI18n } from '@wordpress/date' import { __, sprintf } from 'ct-i18n' import classnames from 'classnames' import { Transition, animated } from 'react-spring/renderprops' export default () => { if ( window.ctDashboardLocalizations && window.ctDashboardLocalizations.plugin_data && window.ctDashboardLocalizations.plugin_data.is_pro ) { return null } return (

{__('Blocksy Pro - 10% OFF!', 'blocksy')}

{__(`Get Blocksy Pro Now`, 'blocksy')}

{__('Blocksy Pro - 10% OFF!', 'blocksy')}

{__(`Get Blocksy Pro Now`, 'blocksy')}

Blocksy PRO - 15% OFF!

{__( `Hey friends, for a limited time you can get advantage of Blocksy Pro with a 10% discount on all our premium packages, hurry up this offer will end soon!`, 'blocksy' )}

{__('Get Blocksy Pro Now', 'blocksy')}
) }