North-east-loft-boarding/loft-e-adjustable.php
2026-03-20 14:21:49 +00:00

47 lines
1.6 KiB
PHP

<?php
$URLcorrection = "";
$page = "LOFT-E Adjustable";
$PageTitle = "LOFT-E Adjustable";
$metadescription = "Discover the LOFT-E Adjustable storage solution by North East Loft Boarding. Maximize your loft space with our customizable and durable storage options. Contact us for a free quote today!";
$metakeywords = "LOFT-E Adjustable, Loft Storage, Adjustable Loft Storage, North East Loft Boarding, Loft Boarding Services, Loft Storage Solutions";
include_once $URLcorrection . 'includes/header.php';
?>
<section class="loft-e-banner">
<div class="banner-overlay-2"></div>
<div class="container">
<div class="banner-content">
<div class="text-container">
<span class="top-tag text-white">North East Loft Boarding</span>
<h1 class="stand-out-text">Perfectly Level. No Matter the Joists.</h1>
<p>Our Adjustable Loft-E system is the only metal leg designed to level out uneven timber. Professional precision for a rock-solid, flat storage floor.</p>
<div class="">
<a href="<?= $URLcorrection ?>contact" class="customer-quote-button">Arrange a free quote</a>
</div>
</div>
</div>
</div>
</section>
<?php
$ch = curl_init('https://loft-boarding.co.uk/global/LOFT-E.php');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST));
echo "<div class='container'>";
echo "<br><br><br>";
echo curl_exec($ch);
echo "</div>";
curl_close($ch);
include_once $URLcorrection . 'includes/footer.php';
?>