import { __ } from '@wordpress/i18n'; import { CreateWorkflowFromTemplateButton } from '../testing'; export function Onboarding() { return (

{__('Scale your business with advanced automations', 'mailpoet')}

{__( 'Automated workflow allows you to set up a chain of interactions with your subscribers with less efforts. You control all the flow with a visual scheme and a set of goals. Try it!', 'mailpoet', )}

{__('Learn more', 'mailpoet')}
); }