<?php $__env->startSection('title'); ?>
    | Home
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <style>
        .uc-bg .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }
        
        .uc-bg img {
            width: 100%;
        }
    </style>
    
    <div class="uc-bg">
        <div class="container-fluid">
            <img src="img/site/suretransact_under_construction.png" class="img-responsive" />
        </div>
    </div>

    <!--<div class="row fullWidth">-->
    <!--    <div class="autoplay">-->
    <!--        <div><a href="/contact"><img src="<?php echo asset('img/banners/sure-banner1.jpg'); ?>"></a></div>-->
    <!--        <div><a href="/contact"><img src="<?php echo asset('img/banners/sure-banner2.jpg'); ?>"></a></div>-->
    <!--        <div><a href="/contact"><img src="<?php echo asset('img/banners/sure-banner3.jpg'); ?>"></a></div>-->
    <!--    </div>-->
    <!--</div>-->

    <!--<div class="fullWidth greyContainer">-->
    <!--    <div class="row">-->
    <!--        <div class="large-12 columns">-->
    <!--            <div class="center">-->
    <!--                <ul class="large-block-grid-3 medium-block-grid-3 small-block-grid-1">-->
    <!--                    <li>-->
    <!--                        <h1 class="homeH">Easy Savings</h1>-->
    <!--                        <img src="<?php echo asset('img/site/divider.png'); ?>" class="divider">-->
    <!--                        <p>Start to save on your banking fees today! Enjoy our straightforward pricing at more affordable rates than traditional EFT transactions. With SureTransact any business can...</p>-->
    <!--                        <br>-->
    <!--                        <a href="/benefits#easy" class="button">READ MORE</a>-->
    <!--                    </li>-->
    <!--                    <li>-->
    <!--                        <h1 class="homeH">Effortless & Simple</h1>-->
    <!--                        <img src="<?php echo asset('img/site/divider.png'); ?>" class="divider">-->
    <!--                        <p>SureTransact offers a simple, seamless and easy to use platform for all EFT transactions. Without the need to change your current banking relationship, you can use our...</p>-->
    <!--                        <br>-->
    <!--                        <a href="/benefits#simple" class="button">READ MORE</a>-->
    <!--                    </li>-->
    <!--                    <li>-->
    <!--                        <h1 class="homeH">Safe & Secure</h1>-->
    <!--                        <img src="<?php echo asset('img/site/divider.png'); ?>" class="divider">-->
    <!--                        <p>Rest assured - SureTransact’s bank-grade platform offers the same level of security as your current bank. We have approval from the Payments Association of SA. There are no...</p>-->
    <!--                        <br>-->
    <!--                        <a href="/benefits#safe" class="button">READ MORE</a>-->
    <!--                    </li>-->
    <!--                </ul>-->
    <!--            </div>-->
    <!--        </div>-->
    <!--    </div>-->
    <!--</div>-->

    <!--<div class="homeContainer fullWidth">-->
    <!--    <div class="row">-->
    <!--        <div class="medium-12 large-12 columns">-->
    <!--            <h1 class="homeH marginH">How it all works is as easy as<br>-->
    <!--                <span class="blue">CLICK, </span><span class="darkBlue">PAY, </span><span class="grey">SAVE! </span>-->
    <!--            </h1>-->
    <!--            <hr>-->
    <!--            <img class="homeImg" src="<?php echo asset('img/site/infographic-home.png'); ?>">-->
    <!--        </div>-->

            <!--<div class="medium-4 large-4 columns">
                <h1 class="homeH marginH">What our clients say!</h1>
                <hr>
                <p class="clientP"><i class="fa fa-comments"></i> The SureTransact payment gateway is safe secure and reliable, I have no
                    hesitation in recommending this to all my clients. Its comfortably powered to handle all my transactions,
                    with the highest rate of delivery. AND it saves me money.</p>
                <h2 class="clientMargin">- Roz Stanton</h2>
                <a href="http://www.costconcepts.co.za/" class="aHome" target="_blank"> Cost Concepts cc</a>
                <br>
                <p class="clientP"><i class="fa fa-comments"></i> Cost effective, easy to use, fast and simple. Anyone can use it.</p>
                <h2 class="clientMargin">- Phillipa Myburgh</h2>
                <a href="http://tsorecruitment.co.za/" class="aHome" target="_blank"> TSO Recruitment (pty) Ltd</a>
                <br>
                <p class="clientP"><i class="fa fa-comments"></i> It's all about having professional service with immediate response times and a
                    simple user interface for dummies. Most amazing is the opportunity for our company to save on unnecessary costs!</p>
                <h2 class="clientMargin">- Lucille Bester</h2>
                <a href="http://www.fhf.co.za/" class="aHome" target="_blank"> First Health Finance (FHF) (pty) Ltd</a>
            </div>-->
    <!--    </div>-->
    <!--</div>-->

    <?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    <!--<script src="<?php echo asset('js/scripts.js'); ?>"></script>-->
    
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138246248-1"></script>-->
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-138246248-1');
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>