HEX
Server: Apache
System: Linux sg2plzcpnl508499.prod.sin2.secureserver.net 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: s76vzjg2kvav (10209820)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: /home/s76vzjg2kvav/public_html/keap/index.php
<?php include_once("header.php"); ?>
<section class="hero sc-fx sc-fx-margin-65px-bottom-miuns">
    <div class="container">
        <div class="row row-cols-1 row-cols-lg-1 row-cols-md-1 row-cols-sm-1 justify-content-center py-5">
            <div class="col text-xs-center">
                <img src="images/logo.png" width="100" alt="logo">
            </div>
            <!--eof col-->
        </div>
        <!--eof row-->
        <div
            class="row row-cols-1 row-cols-lg-2 row-cols-md-2 row-cols-sm-2 pt-5 align-items-center justify-content-center">
            <div class="col">
                <h1 class="text-green font-weight-600 text-xs-center xs-font-2rem">
                    Manage leads and drive
                    hypergrowth easily and
                    efficiently.
                </h1>
                <p class="text-black pt-2 text-xs-center">
                    Our Keap Certified Partner Program helps you effectively acquire
                    and track prospects at every touchpoint while providing you
                    world-class lead-gen solutions that continuously feeds your
                    sales engine.
                </p>
            </div>
            <!--eof col-->
            <div class="col">
                <div class="bg-white p-4 border-radius-30">
                    <h5 class="text-black-1  text-xs-center">
                        Find out how we help you get to the next level.
                    </h5>
                    <?php include_once("form.php") ?>

                </div>
            </div>
            <!--eof col-->
        </div>
    </div>
</section>
<!--eof section-->
<section class="margin-120px-top sc-fx sc-fx-margin-65px-bottom-miuns">
    <div
        class="container bg-off-white border-radius-30-tltr padding-80px-top padding-50px-left padding-50px-right xs-padding-15px-lr">
        <div class="row">
            <h3
                class="text-green text-center w-100 margin-40px-bottom xs-no-br text-xs-center xs-margin-30px-bottom xs-padding-15px-lr">
                Boost your sales with our lead management and<br />
                tracking software and tailored solutions.​
            </h3>
        </div>
        <!--eof row-->
        <div class="row row-cols-1 row-cols-lg-3 row-cols-md-3 row-cols-sm-3 align-items-center justify-content-center">
            <div class="col xs-margin-60px-bottom">
                <div class="bubble-left bubble-bottom-left mb-5 text-grey font-weight-300 xs-bubble-left-fx">
                    Start generating leads that turn into sales consistently.​
                </div>
                <div
                    class="bubble-right bubble-bottom-right mb-5 text-grey font-weight-300 xs-bubble-right-fx d-block d-sm-none">
                    Identify the leads that are ready to buy now.​
                </div>
                <div class="bubble-left bubble-bottom-left text-grey font-weight-300 xs-bubble-left-fx">
                    Know what’s going on with every lead in real-time.​
                </div>
                <div
                    class="bubble-right bubble-bottom-right mt-5 text-grey font-weight-300 xs-bubble-right-fx d-block d-sm-none">
                    Create lasting relationships with new customers.​
                </div>
            </div>
            <div class="col">
                <img src="images/boost.png" class="w-100" alt="image">
            </div>
            <div class="col d-none d-sm-block">
                <div class="bubble-right bubble-bottom-right mb-5 text-grey font-weight-300">
                    Identify the leads that are ready to buy now.​
                </div>
                <div class="bubble-right bubble-bottom-right mt-5 text-grey font-weight-300">
                    Create lasting relationships with new customers.​
                </div>
            </div>
        </div>
        <!--eof row-->
    </div>
</section>

<section class="sc-fx sc-fx-margin-65px-bottom-miuns">
    <div
        class="container bg-green border-radius-30-blbr padding-80px-top padding-80px-bottom padding-50px-left padding-50px-right xs-padding-15px-lr xs-no-border-radius">
        <div class="row">
            <h3 class="text-white text-center w-100 margin-40px-bottom xs-padding-15px-lr">
                The Keap Partner Program means more than Lead Generation.​
            </h3>
        </div>
        <!--eof row-->
        <div class="row row-cols-1 row-cols-lg-3 row-cols-md-3 row-cols-sm-3 align-items-center justify-content-center">
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <img src="images/save.png" class="d-block m-auto pt-3 pb-4" width="50" alt="image">
                    <h5 class="text-black pb-3">
                        Save time ​<br />
                        and money​.
                    </h5>
                    <p class="text-grey font-weight-300">
                        No need to buy and manage multiple tools. Combine CRM, automation, email marketing, and
                        eCommerce into one affordable and time-saving platform.​
                    </p>
                </div>
            </div>
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <img src="images/build.png" class="d-block m-auto pt-3 pb-4" width="50" alt="image">
                    <h5 class="text-black pb-3">
                        Build and scale ​<br />
                        campaigns quicker.
                    </h5>
                    <p class="text-grey font-weight-300">
                        Check out the tried and tested marketing campaigns of over 30k customers, and, with the
                        click of a button, easily manage and share them with your clients.
                    </p>
                </div>
            </div>
            <div class="col">
                <div class="card p-4 text-center border-radius-30">
                    <img src="images/service.png" class="d-block m-auto pt-3 pb-4" width="50" alt="image">
                    <h5 class="text-black pb-3">
                        Be a full-service agency without the overhead.
                    </h5>
                    <p class="text-grey font-weight-300">
                        Add to your expertise. Partner with other experts from our global community to provide added
                        services or the knowledge to help your clients.
                    </p>
                </div>
            </div>
        </div>
        <!--eof row-->
    </div>
</section>
<section class="margin-120px-top sc-fx sc-fx-margin-65px-bottom-miuns">
    <div class="container">
        <div class="row row-cols-1 row-cols-lg-2 row-cols-md-2 row-cols-sm-2 align-items-center justify-content-center">
            <div class="col">
                <img src="images/program.png" class="w-100 xs-margin-30px-bottom" alt="image">
            </div>
            <div class="col">
                <h3 class="text-green">
                    What's in it for you.
                </h3>
                <p class="text-grey">
                    ​The Keap Certified Partner Program is designed to help Business Consultants, Agencies, and other
                    Sales and Marketing Professionals meet their business goals. You will also:
                </p>
                <ul>
                    <li>Earn 20-30% commission on app sales for the lifetime of
                        your client​</li>
                    <li>Expand your service offerings to drive additional revenue​</li>
                    <li>Gain exposure to customers that need your services​</li>
                    <li>Play to your strengths—sales, service, or both</li>
                </ul>
                <a href="javascript:void(0);" class="book-demo mt-2 d-inline-block">Book a Demo</a>
            </div>
        </div>
    </div>
</section>
<section class="margin-120px-top sc-fx sc-fx-margin-65px-bottom-miuns">
    <div
        class="container bg-green padding-80px-top padding-80px-bottom border-radius-30 padding-50px-left padding-50px-right xs-padding-15px-lr xs-no-border-radius">
        <div class="row">
            <h3 class="text-white text-center w-100 margin-40px-bottom">
                Becoming a partner is as easy as A-B-C!​
            </h3>
        </div>
        <!--eof row-->
        <div class="row row-cols-1 row-cols-lg-3 row-cols-md-3 row-cols-sm-3 align-items-center justify-content-center">
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <h5 class="text-black pb-3">
                        Meet an Expert.
                    </h5>
                    <p class="text-grey">
                        Fill out the form to speak with a Partner Success Coach.
                        <br /><br />
                    </p>
                    <span class="count">
                        01
                    </span>
                </div>
            </div>
            <!--eof col-->
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <h5 class="text-black pb-3">
                        Become a Partner.
                    </h5>
                    <p class="text-grey">
                        Sign up and get access to the coaches and tools in your selected program.
                    </p>
                    <span class="count">
                        02
                    </span>
                </div>
            </div>
            <!--eof col-->
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <h5 class="text-black pb-3">
                        Get to Work.
                    </h5>
                    <p class="text-grey">
                        Put your new skills and services into action, in 30 days or less.<br /><br />
                    </p>
                    <span class="count">
                        03
                    </span>
                </div>
            </div>
            <!--eof col-->
        </div>
    </div>
</section>

<section class="margin-120px-top sc-fx sc-fx-margin-65px-bottom-miuns">
    <div class="container padding-80px-bottom">
        <div class="row">
            <h3 class="text-green text-center w-100 margin-40px-bottom">
                You're in good company!​
            </h3>
        </div>
        <!--eof row-->
        <div class="row row-cols-1 row-cols-lg-3 row-cols-md-3 row-cols-sm-3 align-items-center justify-content-center">
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <img src="images/quote-top.png" width="56" alt="">
                    <p class="text-grey no-margin-bottom font-weight-300">
                        “Before Keap, I was doing everything myself, the software has allowed me to step away from that
                        role and focus on getting new business.”
                    </p>
                    <div class="text-right">
                        <img src="images/quote-bottom.png" width="56" alt="">
                        <br /><br /><br /><br />
                    </div>
                    <img src="images/bryce.png" width="83" class="d-block m-auto pt-5" alt="">
                    <h6 class="text-center pt-4">
                        <span class="font-weight-600">Bryce Henderson</span><br />
                        <span class="font-weight-400">Four Peaks Realty</span>
                    </h6>
                </div>
            </div>
            <!--eof col-->
            <div class="col">
                <div class="card p-4 text-center border-radius-30 xs-margin-30px-bottom">
                    <img src="images/quote-top.png" width="56" alt="">
                    <p class="text-grey no-margin-bottom font-weight-300">
                        “It is a lot more cost-effective and will be way more beneficial to your company than bringing
                        someone in and having to train them how to do this. You will be able to free up so much more
                        time to work on your business instead of in it.”
                    </p>
                    <div class="text-right">
                        <img src="images/quote-bottom.png" width="56" alt="">
                    </div>
                    <img src="images/tanya.png" width="83" class="d-block m-auto pt-5" alt="">
                    <h6 class="text-center pt-4">
                        <span class="font-weight-600">Tanya Merritt and Angie Schriner</span><br />
                        <span class="font-weight-400">Co-owners of Junk-Rite</span>
                    </h6>
                </div>
            </div>
            <!--eof col-->
            <div class="col">
                <div class="card p-4 text-center border-radius-30">
                    <img src="images/quote-top.png" width="56" alt="">
                    <p class="text-grey no-margin-bottom font-weight-300">
                        “My life before Keap was really unorganized. I’d get hundreds of texts, phone calls, and e-mails
                        a day. With Keap I can set up reminders and tasks and link them to the contact... it’s been
                        amazing.”
                    </p>
                    <div class="text-right">
                        <img src="images/quote-bottom.png" width="56" alt=""><br /><br />
                    </div>
                    <img src="images/bobby.png" width="83" class="d-block m-auto pt-5" alt="">
                    <h6 class="text-center pt-4">
                        <span class="font-weight-600">Bobbi Jo Thuet</span><br />
                        <span class="font-weight-400">Owner of Light Align</span>
                    </h6>
                </div>
            </div>
            <!--eof col-->
        </div>
        <!--eof row-->
        <div class="text-center mt-4">
            <a href="javascript:void(0);" class="book-demo mt-2 d-inline-block">Book a Demo</a>

        </div>
    </div>
</section>

<?php include_once("footer.php"); ?>