North-east-loft-boarding/loft-e-lite.php
2026-03-20 14:22:30 +00:00

47 lines
1.6 KiB
PHP

<?php
$URLcorrection = "";
$page = "LOFT-E Adjustable";
$PageTitle = "LOFT-E Adjustable";
$metadescription = "Discover the LOFT-E Adjustable loft boarding system, designed to maximise your storage space while protecting your home's insulation. Contact us for a free quote today!";
$metakeywords = "LOFT-E Adjustable, Loft Boarding System, Adjustable Loft Boarding, Loft Storage Solutions, Loft Boarding Company, Loft Storage Company, Loft Boarding Near Me, Loft Storage Near Me, Loft Boarding UK, Loft Storage UK";
include_once $URLcorrection . 'includes/header.php';
?>
<section class="loft-e-lite-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">Loft-E Lite: The Metal Standard.</h1>
<p>The ultra-strong, non-adjustable metal leg for modern standard joists. Get the durability of steel storage without the premium price tag.</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_lite.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';
?>