feat: add hero-text class for improved text styling in hero section

This commit is contained in:
Mark 2025-05-15 10:08:12 +01:00
parent 923dfb07cd
commit c6eb621ef6
2 changed files with 6 additions and 2 deletions

View File

@ -12800,3 +12800,7 @@ textarea.form-control {
justify-content: center; /* Centers horizontally */ justify-content: center; /* Centers horizontally */
align-items: center; /* Centers vertically (if the banner-logo has a defined height) */ align-items: center; /* Centers vertically (if the banner-logo has a defined height) */
} }
.hero-text {
color: #fff;
}

View File

@ -16,7 +16,7 @@
</a> </a>
</div> </div>
<div class="text w-100"> <div class="text w-100">
<h1 class="mb-4">Dedicated to providing the highest quality roofing services</h1> <h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
<p><a href="<?= $URLcorrection ?>contact" class="btn btn-primary">Book a Free Quote</a></p> <p><a href="<?= $URLcorrection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
</div> </div>
</div> </div>
@ -34,7 +34,7 @@
</a> </a>
</div> </div>
<div class="text w-100"> <div class="text w-100">
<h1 class="mb-4">Quality roofing at a affordable price</h1> <h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
<p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p> <p><a href="<?= $URLcorection ?>contact" class="btn btn-primary">Book a Free Quote</a></p>
</div> </div>
</div> </div>