import React from 'react'; import { __ } from '@wordpress/i18n'; const CTA = () => { const assetsUrl = window.THUMBPRESS?.assets_url || ''; const proImgBase = `${assetsUrl}admin/img/pro/`; return (

{__( 'Ready to take control of your Images?', 'image-sizes' )}

{__( 'Join 30,000+ users who manage their media smarter with ThumbPress Pro', 'image-sizes' )}

); }; export default CTA;