North-east-loft-boarding/services/ladders.php
2026-03-11 11:47:29 +00:00

28 lines
779 B
PHP

<?php
$URLcorrection = "../";
include_once $URLcorrection . 'includes/header.php';
?>
<section class="padding-top-70 padding-bottom-50 company-background">
<div class="container text-center">
<div class="row justify-content-center margin-bottom-60">
<div class="col-md-10">
<h2 class="margin-top-20 stand-out-text">Professional Loft Ladder Installation & Access Solutions</h2>
<p class="lead text-muted">Safe, energy-efficient wooden, aluminium, and telescopic ladders fitted by experts.</p>
<a href="<?= $URLcorrection ?>contact.php" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</section>
<?php
include_once $URLcorrection . 'includes/footer.php';
?>