passive.theclickeryagency.com Open in urlscan Pro
54.87.111.129  Public Scan

URL: https://passive.theclickeryagency.com/
Submission: On June 10 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" 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="__privateStripeFrame49111" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *; publickey-credentials-get *"
                      src="https://js.stripe.com/v3/elements-inner-payment-86bc25f0f240f3a935c9fd7e775ef9d0.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_1POKKW2tsdZ3YcEY&amp;componentName=payment&amp;keyMode=live&amp;apiKey=pk_live_NNX27kZQDAPiNsF78lllGNd0&amp;referrer=https%3A%2F%2Fpassive.theclickeryagency.com%2F&amp;controllerId=__privateStripeController4911"
                      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: 283.531px; 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">$225.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">$225.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('CbuxUk48YVPzT4vRLTnlOeBA')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Order Now </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

THIS IS YOUR CHANCE TO BREAK FREE

For women entrepreneurs who want to lean on their inner confidence to create a
profitable brand on Instagram with automated systems.

Get You Personalized Passive Income Marketing Strategy today.

Learn how I make $20K+ a month.

I'm Ready Now!


WHY NOW?

In the last 13 years I had felt like I had conquered the corporate world
climbing the ladder in the halls of big TV media companies and Ad agencies but
then I became a mom.

I had no desire to keep climbing, I was overwhelmed and overstimulated. All I
knew is I wanted to tap into my own super power to make money while traveling,
cooking, laughing, and resting with my family.

Endless amounts, from anywhere.






WHY HERE?

I wrote ebooks detailing everything I had learned and done for all kinds of
brands with social media and digital marketing, launched a boutique agency and
then created an Instagram account. In 5 months, I've helped over 62 women
worldwide create personal brands tripling their own passive income goals and
mine ($56,000+ in 5 months)

Grab My Spot!



5 REASONS WHY THIS IS FOR YOU


PERSONAL BRANDING

You will learn to lean into your confidence to win. We'll create a unique and
profitable Instagram presence that resonates with your audience, authentic to
your actual passions, hobbies and skills.


EFFORTLESS PASSIVE INCOME

This Starter Strategy model prioritizes automated systems. You will learn how to
set up your own systems to really start making money while out at the museum,
park, cooking and sleeping.


WORK-LIFE BALANCE

We'll talk mindset. You will learn to plant the real marketing seeds with
strategy and then step away for growth without being consumed by this while
making hundreds and thousands with easy simple steps.




REAL MARKETING NOT CLICKBAIT

I'm in the Passive Income space but I will ALWAYS stand by this: I've only
entered it to help you tune out the crazy noise out there with the fearmongering
and fake marketers.

I own a real marketing agency with real Linkedin pages and teams. I'm doing this
for you, I mean it!




PERSONALIZED VERSUS


ONE SIZE FITS ALL

This is not a course. This is not a purchase and see you never offer. This is
personalized and customized to you and your goals partnership.

Let's get started!


REAL PEOPLE, REAL WINS

‹›


> Well gosh you just never know what life can bring sometimes you’re not gonna
> believe this! you helped me land a scholarship to the second half of the UX
> program, that’s worth $6,000 all because I followed your insights and
> strategies and I won! I cannot recommend Veronica’s services enough. She went
> well above and beyond what I expected with the incredible amount of
> information she provided. Her wisdom and experience in the world of digital
> marketing (or marketing in general) has been obvious through all of our
> interactions.
> 
> LEYLA SOLEIL
> 
> Professional Dancer & Pilates Instructor

> Hey girl! I think I watched just your video like 3 times lol I haven't even
> gotten to the tabs and I already gained a new client this morning just from
> the new content. I'm pumped. I found my vision and I found how I am doing this
> all wrong and it was definitely worth it! You brought so much insight and
> inspiration for me to rebrand.
> 
> MARIZELDA PEREZ
> 
> Brazilian Lymphatic Massage Expert

> I've booked my first appointment with a client from instagram! I have
> absolutely loved developing an actual marketing strategy with Veronica! It was
> incredibly helpful to be walked through the whole process of creating a brand
> identity and getting really clear on *who* I’m speaking to on social media. My
> content ideas feel much more organized and are getting more engagement than
> ever before. If you’re on the fence, I highly recommend going for it!
> 
> JENNIFER CARRIER
> 
> Nurse Practitioner & Lactation Consultant

> Well gosh you just never know what life can bring sometimes you’re not gonna
> believe this! you helped me land a scholarship to the second half of the UX
> program, that’s worth $6,000 all because I followed your insights and
> strategies and I won! I cannot recommend Veronica’s services enough. She went
> well above and beyond what I expected with the incredible amount of
> information she provided. Her wisdom and experience in the world of digital
> marketing (or marketing in general) has been obvious through all of our
> interactions.
> 
> LEYLA SOLEIL
> 
> Professional Dancer & Pilates Instructor

> Hey girl! I think I watched just your video like 3 times lol I haven't even
> gotten to the tabs and I already gained a new client this morning just from
> the new content. I'm pumped. I found my vision and I found how I am doing this
> all wrong and it was definitely worth it! You brought so much insight and
> inspiration for me to rebrand.
> 
> MARIZELDA PEREZ
> 
> Brazilian Lymphatic Massage Expert

> I've booked my first appointment with a client from instagram! I have
> absolutely loved developing an actual marketing strategy with Veronica! It was
> incredibly helpful to be walked through the whole process of creating a brand
> identity and getting really clear on *who* I’m speaking to on social media. My
> content ideas feel much more organized and are getting more engagement than
> ever before. If you’re on the fence, I highly recommend going for it!
> 
> JENNIFER CARRIER
> 
> Nurse Practitioner & Lactation Consultant

> Well gosh you just never know what life can bring sometimes you’re not gonna
> believe this! you helped me land a scholarship to the second half of the UX
> program, that’s worth $6,000 all because I followed your insights and
> strategies and I won! I cannot recommend Veronica’s services enough. She went
> well above and beyond what I expected with the incredible amount of
> information she provided. Her wisdom and experience in the world of digital
> marketing (or marketing in general) has been obvious through all of our
> interactions.
> 
> LEYLA SOLEIL
> 
> Professional Dancer & Pilates Instructor

‹›

Let's GO!


PERSONAL WINS

BaBoom Baby (Startup E-Commerce)

After becoming a mom I wanted to stay home so I combined my passion for
marketing, content creation and brand development to invent and patent a product
that solved a need for mothers around the world.

$47,000 in launch phase

20K+ Instagram Followers

62 Influencer Collaborations

NBC-World Cup 2018 (TV-Media)

Marketing team lead in charge of social accounts owned by NBC Telemundo 6 months
prior to WC.

Produced 40 videos to increase engagement on IG

42,300 more likes prior to event

5,000+ followers in 3 months

Rocksbox (National E-commerce)

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi malesuada
venenatis lectus sit amet dignissim. Integer aliquam.

7 Digital Multilayered Maps

449 Restaurants

759 Hotels

208 Suggested Activities


INCLUDED:



Onboarding zoom session to discuss your story and goals.

2 weeks of support

Personalized walk-thru pre-recorded video of Veronica walking you through your
strategy

"Starter Strategy" with insights into who your audience AND my top effortless
strategies to attract and convert

My personal Content Strategy Framework that works across industries

Suggested changes to your bio section, profile photo and messages scripts

In-depth written SWOT analysis of your analytics

The latest Instagram hacks you should know about

300+ SEO keywords specific to your niche.

Your personal best times to post.

My 87+ page Passive Income on Instagram Playbook




QUESTION?


I HAVE AN ANSWER!


HOW CAN YOU HELP ME BUILD A PERSONAL BRAND?

Answer Body


CAN I REALLY GENERATE PASSIVE INCOME WITH MY SCHEDULE?

Answer Body


WHAT UNIQUE SKILLS AND KNOWLEDGE DO YOU BRING? I'VE SEEN IT ALL AND TOO MUCH OF
IT.

Answer Body


HOW DO YOU HELP WITH FEAR OF MAKING THE WRONG INVESTMENT?

Answer Body


HOW LONG DOES THE PROCESS TAKE?

AnswTer Body


CHECKOUT

CONTACT

First Name
Last Name
Email Address


PAYMENT METHODS

Card & More

Apple Pay
Google Pay


ORDER SUMMARY

Subtotal:
$225.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$225.00

Place Order Now



© 2024 Veronica Parra. All Rights Reserved.

Powered by SamCart





PROCESSING