North-east-loft-boarding/sections/discount.php
2026-03-19 09:22:50 +00:00

14 lines
634 B
PHP

<section class="ftco-intro img" style="background-image: url(images/IMG_7558.jpg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<div class="img">
<div class="overlay"></div>
<h2>10% Discount</h2>
<p class="text-white">Get a 10% off all storage quotes today.</p>
<p class="mb-0"><a href="<?= $URLcorrection ?>contact" class="btn btn-black px-4 py-3">Request A Free Quote</a></p>
</div>
</div>
</div>
</div>
</section>