www.corporateconvoscoach.com Open in urlscan Pro
54.87.111.129  Public Scan

URL: https://www.corporateconvoscoach.com/
Submission: On March 13 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" style="display: none;" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
  <h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
  <div class="row mobile-display">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
          required="" spellcheck="false" value="" autocomplete="given-name">
        <label for="fname" class="order-1">First Name</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
          required="" spellcheck="false" value="" autocomplete="family-name">
        <label for="lname" class="order-1">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
          name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email" class="order-1">Email Address</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <!-- ngIf: checkoutState.product.properties.phone_number_field -->
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
  <div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
    <div class="row">
      <div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
            <div class="payment-method-label"><img class="sampay-icon" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/sampay-wallet.svg" alt="SamPay Wallet"><span>Card &amp; More</span></div>
          </label>
        </div>
      </div>
      <div id="cards" class="col-12 collapse order-sm-4 order-3  show " data-parent="#payments">
        <div class="payment-element-container">
          <div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
            <!-- ngIf: renderingPaymentElement -->
            <!-- ngIf: !renderingPaymentElement -->
            <div ng-if="!renderingPaymentElement" class="ng-scope">
              <stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
                <div stripe-element-decorator="" class="StripeElement">
                  <div class="__PrivateStripeElement"
                    style="margin: -4px 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important; clear: both !important; transition: height 0.35s ease 0s !important;">
                    <iframe name="__privateStripeFrame16125" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *; publickey-credentials-get *"
                      src="https://js.stripe.com/v3/elements-inner-payment-fbb441077643cd3b8daf572bbda6e548.html#wait=true&amp;rtl=false&amp;publicOptions[paymentMethodOrder][0]=card&amp;publicOptions[paymentMethodOrder][1]=affirm&amp;publicOptions[paymentMethodOrder][2]=afterpay_clearpay&amp;publicOptions[paymentMethodOrder][3]=klarna&amp;publicOptions[terms][applePay]=never&amp;publicOptions[terms][auBecsDebit]=never&amp;publicOptions[terms][bancontact]=never&amp;publicOptions[terms][card]=never&amp;publicOptions[terms][cashapp]=never&amp;publicOptions[terms][googlePay]=never&amp;publicOptions[terms][ideal]=never&amp;publicOptions[terms][paypal]=never&amp;publicOptions[terms][sepaDebit]=never&amp;publicOptions[terms][sofort]=never&amp;publicOptions[terms][usBankAccount]=never&amp;publicOptions[wallets][applePay]=never&amp;publicOptions[wallets][googlePay]=never&amp;publicOptions[layout][type]=accordion&amp;publicOptions[layout][defaultCollapsed]=false&amp;publicOptions[layout][radios]=false&amp;publicOptions[layout][spacedAccordionItems]=true&amp;stripeAccount=acct_1OkTSL2x8l3mtJHk&amp;componentName=payment&amp;keyMode=live&amp;apiKey=pk_live_NNX27kZQDAPiNsF78lllGNd0&amp;referrer=https%3A%2F%2Fwww.corporateconvoscoach.com%2F&amp;controllerId=__privateStripeController1611"
                      title="Secure payment input frame"
                      style="border: 0px !important; margin: -4px; padding: 0px !important; width: calc(100% + 8px); min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 0px; opacity: 1; transition: opacity 0.4s ease 0.1s;"></iframe>
                  </div>
                </div>
              </stripe-element>
            </div><!-- end ngIf: !renderingPaymentElement -->
          </div>
        </div>
      </div>
      <div class="col-sm-auto col-12 order-sm-3 mt-sm-0 mt-16 order-2 ml-20 pr-0 ng-hide" ng-show="canMakePaymentResult &amp;&amp; (canMakePaymentResult.applePay || canMakePaymentResult.googlePay)">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="digitalWalletRadio" name="paymentMethods" data-toggle="collapse" data-target="#digital-wallets:not(.show)" class="custom-control-input" ng-click="setPaymentType('digital_wallet')" aria-expanded="false">
          <label class="custom-control-label d-flex align-items-center" for="digitalWalletRadio">
            <div ng-show="canMakePaymentResult.applePay" class="payment-method-label ng-hide">
              <img class="apple-pay-v2" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/applepay.svg" alt="Apple Pay"><span>Apple Pay</span>
            </div>
            <div ng-show="canMakePaymentResult.googlePay" class="payment-method-label ng-hide">
              <img class="google-pay-v2" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/googlepay.svg" alt="Google Pay"><span>Google Pay</span>
            </div>
          </label>
        </div>
      </div>
      <div id="digital-wallets" class="col-12 collapse order-sm-4 order-2  ng-hide" ng-hide="!canMakePaymentResult.applePay &amp;&amp; !canMakePaymentResult.googlePay" data-parent="#payments">
        <!-- ngIf: canMakePaymentResult.applePay -->
        <!-- ngIf: canMakePaymentResult.googlePay -->
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
  <div id="order-summary-widget" box-loading="contextRefresh">
    <div id="summary-totals" class="box">
      <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Subtotal:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">£6,000.00</span>
        </div>
      </div>
      <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Tax:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">£0.00</span>
        </div>
      </div>
      <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Shipping:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">£0.00</span>
        </div>
      </div>
      <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Discounts:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">-£0.00</span>
        </div>
      </div>
      <div class="invoice-item total-row">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Total:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding" id="total">£6,000.00 </span>
        </div>
      </div>
      <!-- ngIf: subscriptionsByProductId[checkoutContext.order.invoice.items[0].product_id] -->
    </div>
  </div>
  <div class="tpl-6__order text-center pt-sm-30 py-24">
    <div class="g-recaptcha-container">
      <script type="text/javascript">
        var recaptchaChallengeSeen = false;
        var recaptchaCallback = function(response) {
          window.recaptchaResponse = response;
        };
        var onloadCallback = function() {
          window.recaptchaWidgetId = grecaptcha.render('submit', {
            'sitekey': '6LfyULUmAAAAAJld89qgZEGDDIGnjfWqZGBkXh3t',
            'callback': recaptchaCallback,
            'size': 'invisible'
          });
        };
        const domObserver = new MutationObserver(() => {
          const iframe = document.querySelector("iframe[src^=\"https://www.google.com/recaptcha\"][src*=\"bframe\"]");
          if (!iframe) {
            return;
          }
          domObserver.disconnect();
          const recaptchaContainerObserver = new MutationObserver(() => {
            if (iframe.parentNode.parentNode.style.visibility !== "visible") {
              return;
            }
            recaptchaContainerObserver.disconnect();
            recaptchaChallengeSeen = true;
          });
          recaptchaContainerObserver.observe(iframe.parentNode.parentNode, {
            attributes: true
          });
        });
        domObserver.observe(document.documentElement || document.body, {
          childList: true,
          subtree: true
        });
        window.resetRecaptcha = function() {
          window.recaptchaResponse = undefined;
          grecaptcha.reset(window.recaptchaWidgetId);
          recaptchaChallengeSeen = false;
          domObserver.observe(document.documentElement || document.body, {
            childList: true,
            subtree: true
          });
        }
      </script>
      <input id="submit" type="hidden" value="Submit" style="">
      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" async="" defer=""></script>
      <script>
        const sleepUntil = async (f, timeoutMs) => {
          return new Promise((resolve, reject) => {
            const timeWas = new Date();
            const wait = setInterval(function() {
              if (f()) {
                clearInterval(wait);
                resolve();
              } else if (new Date() - timeWas > timeoutMs) { // Timeout
                clearInterval(wait);
                reject();
              }
            }, 20);
          });
        }

        function fetchToken() {
          window.resetRecaptcha();
          return new Promise(async function(resolve, reject) {
            grecaptcha.reset();
            grecaptcha.execute(window.recaptchaWidgetId);
            var responseReceived = false;
            try {
              await sleepUntil(() => window.recaptchaResponse, 60000);
              responseReceived = true;
              resolve('');
            } catch {
              reject('reCAPTCHA timeout exceeded!');
            }
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_shown_event/jsonschema/1-0-0',
                data: {
                  shown: recaptchaChallengeSeen,
                }
              }
            });
            snowplow('trackSelfDescribingEvent', {
              event: {
                schema: 'iglu:com.samcart/recaptcha_challenge_response_received_event/jsonschema/1-0-0',
                data: {
                  response_received: responseReceived,
                }
              }
            });
          });
        }
      </script>
    </div>
    <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('L4pUyogVmtiGXlOlBGff2LlW')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Download Here </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
    <div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'" style="display: none;"></div>
  </div>
</form>

Text Content

ELEVATE ENGLISH





ACCELARATOR





90 DAY PROGRAMME










Elevate Your Digital Marketing and PR Game with Professional Business English
Coaching! I'll help you gain confidence communicating with English-speaking
clients, colleagues, press outlets and achieveing the best campaign results.

Are you ready to take your business to the next level in English-speaking
markets? As a seasoned digital marketing and PR professional with extensive
experience in navigating the nuances of global communication, I, Danielle, am
here to empower you.

Imagine feeling completely at ease when communicating with English-speaking
clients, colleagues, and media outlets. Picture yourself confidently pitching to
top-tier press, leading impactful client meetings, and negotiating with finesse,
all without language barriers holding you back.

Transform your abilities

With my tailored business English coaching, you'll open up a world of
opportunities for your business. Here's how:

Achieve Better Campaign Results

Clear communication is the cornerstone of successful marketing campaigns. Learn
how to convey your message effectively in English, leading to higher engagement,
conversions, and campaign success.

Build Unshakeable Confidence

Gain the confidence to tackle any professional situation in English with poise
and assurance. From crafting compelling emails to delivering persuasive
presentations, you'll exude confidence at every turn.

Navigate Language Barriers with Ease

Say goodbye to misunderstandings and miscommunications. I'll equip you with
strategies to overcome language barriers, ensuring smooth collaborations and
negotiations every time.

Attract More Clients

With polished English skills, you'll attract high-value clients who value clear
and effective communication. Impress them with your professionalism and watch as
your client base grows.

Navigate Language Barriers with Ease

Say goodbye to misunderstandings and miscommunications. I'll equip you with
strategies to overcome language barriers, ensuring smooth collaborations and
negotiations every time.

Harness the Power of AI

Leverage AI prompts to streamline your English writing process, saving time and
effort while crafting compelling emails, pitches, and marketing copy.

Remember, this isn't just about learning English or marketing strategies—it's
about empowering you to excel in your role and drive tangible results for your
business. Let's work together to unlock your full potential in English-speaking
markets. Get in touch today and embark on a journey to professional success! ?

Gain confidence and proficiency in English communication to excel in marketing
and PR endeavours targeting English-speaking markets.

Here are five common mistakes that non-native English speakers working in
marketing and PR make:

Miscommunication Due to Literal Translation: Non-native speakers may rely on
literal translation from their native language to English, resulting in phrases
or expressions that are awkward or misunderstood in English-speaking contexts.

Incorrect Word Usage: Incorrect usage of words or phrases in English can lead to
confusion or convey unintended meanings, impacting the clarity and effectiveness
of communication.

Lack of Cultural Sensitivity: Failure to understand cultural nuances in
English-speaking markets may result in marketing or PR campaigns that are
culturally insensitive or inappropriate, leading to reputational damage or
failed initiatives.

Grammar and Syntax Errors: Poor grammar or syntax can detract from the
professionalism and credibility of written communication, diminishing the impact
of marketing materials or press releases.

Limited Vocabulary: Non-native speakers may have a limited vocabulary in
English, leading to repetitive or simplistic language in their communication,
which may fail to engage or persuade English-speaking audiences effectively.

By addressing these common mistakes through Business English coaching and
training, non-native English speakers can enhance their language skills and
avoid pitfalls that hinder their success in marketing and PR.

5 ways my Elevate English coaching programme can help non-native English
speakers in marketing and PR:

Tailored Language Instruction: My coaching program offers personalised
instruction tailored to the specific needs and challenges of marketing and PR
professionals. From improving communication skills to mastering
industry-specific vocabulary, I provide targeted support to enhance English
proficiency.

Cultural Awareness Training: Understanding cultural nuances and expectations is
crucial in marketing and PR. Through my coaching, clients gain insights into
cultural differences in English-speaking markets, enabling them to navigate
interactions with clients, colleagues, and media outlets more effectively.

Practical Application: Rather than focusing solely on theoretical language
concepts, my coaching program emphasises practical application in real-world
scenarios. Clients learn how to apply their newfound language skills to pitch to
English-speaking press, lead client meetings, negotiate contracts, and more,
ensuring tangible results in their professional endeavours.

Feedback and Support: I provide ongoing feedback and support throughout the
coaching process, helping clients identify areas for improvement and offering
guidance to overcome language barriers. Whether it's refining pronunciation,
polishing written communication, or boosting confidence in spoken English, I'm
committed to my clients' success every step of the way.

Confidence Building: One of the key benefits of my coaching program is the
confidence it instils in clients. By equipping them with the language skills and
cultural insights needed to thrive in English-speaking environments, I empower
marketing and PR professionals to approach their work with confidence, leading
to greater success and career advancement opportunities.

Overall, my Business English coaching program offers a comprehensive solution
for non-native English speakers in marketing and PR, providing them with the
tools, support, and confidence they need to excel in today's global marketplace.

Top reasons why people like you want to learn Business English

Networking Opportunities: Strong Business English skills can help you network
more effectively, build professional relationships, and expand your professional
contacts within marketing and PR or across borders.

Global Communication: With businesses operating on a global scale, proficiency
in Business English facilitates effective communication with international
clients, colleagues, media outlets and partners.

Professional Advancement: Business English skills will help you to enhance your
career prospects, secure better job opportunities, or advance within your
current organisation.

Enhanced Presentation Skills: Improve your ability to deliver presentations,
negotiate contracts, and engage in meetings or conferences confidently and
persuasively.

Professional Development: Individuals learn Business English to stay updated
with marketing and PR trends, access educational resources, and participate in
workshops, seminars, or training programmes conducted in English.

Overall, my Business English coaching program offers a comprehensive solution
for non-native English speakers in marketing and PR, providing them with the
tools, support, and confidence they need to excel in today's global marketplace.

How it works step by step

1. Private 60-Minute 1:1 Kick-off Call: Get started on the right foot with a
one-on-one session with Danielle Amponsah herself. Lay the foundation for your
journey.

2. Monthly 1:1 Coaching Calls: Enjoy personalised guidance during your monthly
private coaching sessions. Tailored support means you'll get specific guidance
on your marketing and PR objectives and campaigns.

3. Weekly Group Coaching Sessions: Dive into our live group sessions every week.
Can't make it? No worries – we've got recordings so you can catch up when it
suits you.

4. Templates and Tools: Arm yourself with practical resources to enhance your
execution. We're here to help you turn ideas into reality.

5. Homework Submission and Feedback: Your progress matters. Submit your
assignments for curated feedback, so you keep growing and refining.

6. Private Online Community: Join a hub of like-minded go-getters. Exchange
ideas, share victories, and support each other every step of the way.

This is perfect if you are...

Are you a marketing or PR professional eager to expand your business into
English-speaking markets but find yourself stumbling over language hurdles?
You're not alone. Many non-native English speakers face common challenges that
hinder their success in these markets.



From miscommunication due to literal translations to cultural faux pas and
grammar mishaps, navigating English-speaking territories can feel like tiptoeing
through a linguistic minefield. But fear not – there's a solution tailored just
for you.



Introducing my bespoke Business English Coaching Programme, designed
specifically for marketing and PR professionals like yourself. Here's how it can
transform your career and elevate your business:



1. **Confidence that Commands Attention:** Bid farewell to shaky encounters and
hello to unshakeable confidence. With tailored coaching, you'll tackle every
professional scenario with poise and assurance. From crafting compelling emails
to delivering persuasive presentations, you'll exude confidence at every turn,
making a lasting impression on clients and stakeholders alike.



2. **Seamless Expansion into New Markets:** Master the art of English
communication and watch your business soar across borders. By honing your
language skills, you'll seamlessly expand into English-speaking markets,
attracting a wider audience and securing lucrative partnerships that were once
out of reach.



3. **Attracting High-Value Clients:** Picture this: polished English skills that
magnetize high-value clients seeking clarity and professionalism. With my
coaching, you'll effortlessly attract and retain clients who appreciate clear,
effective communication, propelling your business to new heights.



4. **Campaigns that Command Attention:** Clear communication is the cornerstone
of successful marketing campaigns. Say goodbye to language barriers hindering
your message. Learn how to convey your brand's story effectively in English,
leading to higher engagement, conversions, and campaign success.



5. **Smooth Sailing through Collaborations:** Bid adieu to misunderstandings and
miscommunications that stall progress. My programme equips you with strategies
to navigate language barriers effortlessly, ensuring smooth collaborations and
negotiations every time.



6. **AI-Powered Efficiency:** Embrace the power of AI to streamline your English
writing process. Say hello to time-saving prompts that elevate your emails,
pitches, and marketing copy, allowing you to focus on what truly matters –
driving results.



By addressing common pitfalls such as literal translations, word misuse,
cultural insensitivity, grammar errors, and limited vocabulary, my coaching
programme empowers you to excel in English-speaking markets.



With my programme, you won't just communicate – you'll captivate. Elevate your
career, amplify your business, and conquer English-speaking markets with
confidence and proficiency. Join my Business English Coaching Programme today
and transform your professional journey. Success awaits – are you ready to seize
it?

Bullet 1

Bullet 2

Bullet 3

With my tailored business English coaching, you'll unlock a world of
opportunities for your business. Here's how:

Build Unshakeable Confidence: Gain the confidence to tackle any professional
situation in English with poise and assurance. From crafting compelling emails
to delivering persuasive presentations, you'll exude confidence at every turn.

Expand Your Reach: By mastering the art of English communication, you'll
seamlessly expand your business into new markets, attracting a wider audience
and securing lucrative partnerships.

Attract More Clients: With polished English skills, you'll attract high-value
clients who value clear and effective communication. Impress them with your
professionalism and watch as your client base grows.

Achieve Better Campaign Results: Clear communication is the cornerstone of
successful marketing campaigns. Learn how to convey your message effectively in
English, leading to higher engagement, conversions, and campaign success.

Navigate Language Barriers with Ease: Say goodbye to misunderstandings and
miscommunications. I'll equip you with strategies to overcome language barriers,
ensuring smooth collaborations and negotiations every time.

Harness the Power of AI: Leverage AI prompts to streamline your English writing
process, saving time and effort while crafting compelling emails, pitches, and
marketing copy.

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Hear It From Others

‹›


> I've learnt how to present my work in a way that resonates with professionals
> here in the UK. Thank you for all your help. I got the job!
> 
> ASHLEY C
> 
> Digital Marketing Intern

> MASSIVE thank you for helping us, you honestly make our work that much easier
> and less daunting. Thank you for everything that you've contributed to helping
> us. Honestly, we can't thank you enough.
> 
> TOSIN O
> 
> Senior Tech Engineer

> I struggled with knowing how to write reports and case studies effectively for
> my job, but Danielle patiently taught me how to improve my English to complete
> tedious tasks smoothly and quickly. I am much more confident. Thank you so
> much for everything.
> 
> LYNETTE C
> 
> Lead Healthcare Professional

> Danielle was amazing to work with during our time, she is personable,
> reliable, patient and an all-round pleasure to work with. I cannot recommend
> her enough!
> 
> AMRIT W
> 
> Head of Business Operations

> Danielle has taught me so much about British English and culture, helping me
> to adapt to the workplace. Thank you so much!
> 
> PAIGE R
> 
> Marketing Executive

> I've learnt how to present my work in a way that resonates with professionals
> here in the UK. Thank you for all your help. I got the job!
> 
> ASHLEY C
> 
> Digital Marketing Intern

> MASSIVE thank you for helping us, you honestly make our work that much easier
> and less daunting. Thank you for everything that you've contributed to helping
> us. Honestly, we can't thank you enough.
> 
> TOSIN O
> 
> Senior Tech Engineer

> I struggled with knowing how to write reports and case studies effectively for
> my job, but Danielle patiently taught me how to improve my English to complete
> tedious tasks smoothly and quickly. I am much more confident. Thank you so
> much for everything.
> 
> LYNETTE C
> 
> Lead Healthcare Professional

> Danielle was amazing to work with during our time, she is personable,
> reliable, patient and an all-round pleasure to work with. I cannot recommend
> her enough!
> 
> AMRIT W
> 
> Head of Business Operations

> Danielle has taught me so much about British English and culture, helping me
> to adapt to the workplace. Thank you so much!
> 
> PAIGE R
> 
> Marketing Executive

> I've learnt how to present my work in a way that resonates with professionals
> here in the UK. Thank you for all your help. I got the job!
> 
> ASHLEY C
> 
> Digital Marketing Intern

‹›


--------------------------------------------------------------------------------

I'm Danielle Amponsah

A Digital Marketing and PR Consultant turned teacher, so I know what it takes to
get my learners and clients real results.

As a seasoned teacher with a decade of business experience, I specialise in
coaching professionals to excel in English at the workplace. Leveraging my
background in international companies, I'm here to empower you, helping enhance
your English skills for a successful and confident performance in professional
settings be it meetings, presentations, negotiations, networking events, emails
and anything in between. I blend my business acumen and teaching expertise to
empower non-native learners for success in the professional arena.

I am TEFL qualified and a Chartered Marketer from London.

Let's work together to elevate your communication and advance your corporate
career!




CHECKOUT

CONTACT

First Name
Last Name
Email Address


PAYMENT METHODS

Card & More

Apple Pay
Google Pay


ORDER SUMMARY

Subtotal:
£6,000.00
Tax:
£0.00
Shipping:
£0.00
Discounts:
-£0.00
Total:
£6,000.00

Download Here

Terms of Use
Privacy Policy

--------------------------------------------------------------------------------

© 2024 Corporate Conversations Coach. All Rights Reserved.

Powered by SamCart





PROCESSING