Idea Generation Coaching

 

$ 99
/session
  •  

Idea generation coaching takes you on a journey through your ideas. You want a business, but not just any business. You want a business you can sell, or a business that you can turn into a generational legacy.

We listen, converse with you and validate your ideas logically. We prepare you for the next step, where we begin to strategize the IDEA TALK into action steps.

 
function initPayPalButton() { paypal.Buttons({ style: { shape: 'pill', color: 'gold', layout: 'vertical', label: 'paypal', }, createOrder: function(data, actions) { return actions.order.create({ purchase_units: [{"description":"Idea Generation Coaching","amount":{"currency_code":"USD","value":99}}] }); }, onApprove: function(data, actions) { return actions.order.capture().then(function(orderData) { // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Show a success message within this page, e.g. const element = document.getElementById('paypal-button-container'); element.innerHTML = ''; element.innerHTML = '

Thank you for your payment!

'; // Or go to another URL: actions.redirect('thank_you.html'); }); }, onError: function(err) { console.log(err); } }).render('#paypal-button-container'); } initPayPalButton();