Fix formatting issues: Blackburn distance, intro text, Emergency Services variable; fix empty Emergency Services h4 in Burnley, Bolton; fix literal variable in Bury
This commit is contained in:
parent
c703c4da6e
commit
fac74d2e0f
@ -7,7 +7,7 @@ $areaData = [
|
||||
'area_name' => 'Blackburn',
|
||||
'area_slug' => 'blackburn',
|
||||
'primary_keyword' => 'roofer in Blackburn',
|
||||
'distance_miles' => 6,
|
||||
'distance_miles' => 50,
|
||||
'population' => '99,251',
|
||||
'postcode_example' => 'BB1 1XX',
|
||||
'nearby_areas' => ['Accrington', 'Darwen', 'Great Harwood'],
|
||||
@ -29,7 +29,7 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h1 class="text-white mb-3">Professional Roofer in <?= $areaData['area_name'] ?></h1>
|
||||
<p class="lead text-white mb-4">Expert roof repairs, installations & maintenance serving <?= $areaData['area_name'] ?> and surrounding areas within <?= $areaData['distance_miles'] ?> miles</p>
|
||||
<p class="lead text-white mb-4">Expert roof repairs, installations & maintenance serving <?= $areaData['area_name'] ?> and surrounding areas</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="<?= $URLcorrection ?>contact" class="cta-btn mr-2">Get Free Quote</a>
|
||||
<a href="tel:01254492373" class="cta-btn-secondary">Call: 01254 492373</a>
|
||||
@ -48,7 +48,7 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<div class="col-md-10 offset-md-1">
|
||||
<h2 class="mb-4 text-center">Your Local Roofer in <?= $areaData['area_name'] ?></h2>
|
||||
<p class="lead mb-4">
|
||||
Warmseal Roofing is your trusted local roofer serving <?= $areaData['area_name'] ?>, <?= $areaData['county'] ?>. We provide comprehensive roofing solutions including , new installations, and preventative maintenance. Whether you're dealing with storm damage, a leaking roof, or planning a full roof replacement, our team of qualified roofers is here to help.
|
||||
Warmseal Roofing is your trusted local roofer serving <?= $areaData['area_name'] ?>, <?= $areaData['county'] ?>. We provide comprehensive roofing solutions including roof repairs, new installations, and preventative maintenance. Whether you're dealing with storm damage, a leaking roof, or planning a full roof replacement, our team of qualified roofers is here to help.
|
||||
</p>
|
||||
<p class="mb-3">
|
||||
A damaged roof isn't just an aesthetic concern; it's a direct threat to the safety and integrity of your entire property. Even minor issues like a loose tile or a small crack can quickly escalate into significant problems, leading to damp, timber rot, and costly internal damage. We specialise in comprehensive roof repairs, ensuring your roof remains a robust, watertight barrier against the unpredictable British weather.
|
||||
@ -71,7 +71,7 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<i class="fas fa-clock text-primary"></i>
|
||||
</div>
|
||||
<h4>Emergency Services</h4>
|
||||
<p>Emergency repairs within 24 hours for $areaData['area_name'].</p>
|
||||
<p>Emergency repairs within 24 hours for <?= $areaData['area_name'] ?>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-4">
|
||||
|
||||
@ -63,8 +63,8 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<div class="col-md-6 mb-4">
|
||||
<div class="feature-box">
|
||||
<div class="feature-icon"><i class="fas fa-clock text-primary"></i></div>
|
||||
<h4></h4>
|
||||
<p> roof repairs in <?= $areaData['area_name'] ?> within 24 hours.</p>
|
||||
<h4>Emergency Services</h4>
|
||||
<p>Emergency repairs within 24 hours for <?= $areaData['area_name'] ?>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-4">
|
||||
|
||||
@ -68,8 +68,8 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<div class="feature-icon">
|
||||
<i class="fas fa-clock text-primary"></i>
|
||||
</div>
|
||||
<h4></h4>
|
||||
<p> within 24 hours covering <?= $areaData['area_name'] ?>. We're ready when you need us.</p>
|
||||
<h4>Emergency Services</h4>
|
||||
<p>Emergency repairs within 24 hours for <?= $areaData['area_name'] ?>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-4">
|
||||
|
||||
@ -65,7 +65,7 @@ include_once $URLcorrection . "includes/header.php";
|
||||
<i class="fas fa-clock text-primary"></i>
|
||||
</div>
|
||||
<h4>Emergency Services</h4>
|
||||
<p>Emergency repairs within 24 hours for $areaData['area_name'].</p>
|
||||
<p>Emergency repairs within 24 hours for <?= $areaData['area_name'] ?>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 mb-4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user