Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/.././resources/views/front
الملفات الموجودة في هذا الـ Path:
.
..
about_us.blade.php
index.blade.php
leads.blade.php
price.blade.php
warmup.blade.php

مشاهدة ملف: about_us.blade.php

@extends('layouts.frontLayout')

@section('title') {{get_settings('app_name')}} - {{trans('admin.pricing')}} @endsection

@section('css')
<style>
    .pricing-section-wrapper {
        background-image: url('{{asset('images/header-greadient.png')}}');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 100% 1100px;
        background-attachment: scroll;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        display: flex;
        position: relative;
        overflow: visible;
    }

</style>
@endsection

@section('main-content')
<section class="pricing-section-wrapper">
    <div class="container">
        <div class="row align-items-center about-us-banner-content">
            <div class="col-md-6">
                <div class="about-content-sec">
                    <div class="about-title-sec f-23">
                        Built by cold emailers for <span class="about-sub-title">cold emailers</span>
                    </div>
                    <div class="about-us-des f-13">
                        We built Instantly for our lead generation agency when our costs got too big. Every service charged per email account, so the more you scaled, the more you paid. Instantly changed the game.
                    </div>
                </div>
            </div>
            <div class="col-md-6">
                <div class="about-us-banner-img-sec">
                    <img src="{{asset('images/about-us-bannrer.png')}}" class="about-us-img" alt="">
                </div>
            </div>
        </div>
        <div class="row about-us-client-content">
            <div class="col-lg-4">
                <div class="about-us-client-sec-content">
                    <div class="total-numbers f-23">
                        1000+
                    </div>
                    <div class="total-user-type f-13">
                        Client
                    </div>
                </div>
            </div>
            <div class="col-lg-4">
                <div class="about-us-client-sec-content">
                    <div class="total-numbers f-23">
                        5M
                    </div>
                    <div class="total-user-type f-13">
                        emails sent daily

                    </div>
                </div>
            </div>
            <div class="col-lg-4">
                <div class="about-us-client-sec-content">
                    <div class="total-numbers f-23">
                        200K+
                    </div>
                    <div class="total-user-type f-13">
                        warmup pool
                    </div>
                </div>
            </div>
        </div>
        <div class="row empowerin-content-sec">
            <div class="col-md-5">
                <div class="empowering-title-sec f-23">
                    Empowering teams with <span class="empowering-sub-title">Cold Email.</span>
                </div>
            </div>
            <div class="col-md-7">
                <div class="empowering-des f-13">
                    Every business has an email address so it's baffling that people still ask if cold email works. It has never stopped working. It has evolved, but if you do it right - it will always work.
                    <br>
                    <br>
                    We offer a free 14-day trial so you can explore our platform, begin your campaigns and reach out to your ideal customers.
                </div>
            </div>
        </div>
    </div>
</section>
@endsection
@section('extra-scripts')
<script>

</script>

@endsection