#1102

So please follow the below instruction

<section class="footer-campaign-stats">
        <div class="container">
            <div class="row">
                <div class="col-md-4"><h3>200</h3> <h4>@lang('app.campaigns')</h4></div>
                <div class="col-md-4"> <h3>$1500</h3> <h4>@lang('app.funds_raised')</h4></div>
                <div class="col-md-4"><h3>150</h3> <h4>@lang('app.users')</h4></div>
            </div>
        </div>
    </section>

Replace it and change the value as you want

Best regards