Working on the homepage
This commit is contained in:
@@ -9,18 +9,19 @@
|
||||
@endif
|
||||
<div
|
||||
class="p-5 min-h-screen bg-cover bg-center d-flex align-items-center justify-content-center text-center position-relative"
|
||||
style="background-image: url('/images/home.jpeg'); background-size: cover; min-height: 100%; max-width: 100%; width: 100vw;">
|
||||
style="background-image: url('/images/home.jpg'); background-size: cover; min-height: 100%; max-width: 100%; width: 100vw;">
|
||||
|
||||
<div class="position-absolute top-0 start-0 w-100 h-100" style="background-color: rgba(0, 0, 0, 0.5);"></div>
|
||||
|
||||
<div class="position-relative text-white px-3">
|
||||
<div class="display-1 fw-bold mb-4">
|
||||
Domestic and commercial Removals
|
||||
Professional House Movers
|
||||
<br>
|
||||
Commercial & Domestic
|
||||
<br>
|
||||
<span class="text-primary">•</span>
|
||||
<span class="text-secondary">•</span>
|
||||
<br>
|
||||
Waste management
|
||||
Effective Waste Management
|
||||
</div>
|
||||
<div class="display-4 mb-3">
|
||||
in Shrewsbury | Shropshire | Nationwide
|
||||
@@ -32,6 +33,8 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@include('components.about')
|
||||
@include('components.jobs-carousel')
|
||||
<div class="container py-5">
|
||||
<div class="col-md-12">
|
||||
<div class="row justify-content-center">
|
||||
|
||||
Reference in New Issue
Block a user