Files
2026-04-29 15:55:21 +01:00

63 lines
3.5 KiB
PHP

<div class="container py-5">
<div class="row align-items-center">
<div class="col-lg-7">
<h1 class="fw-bold mb-4 text-primary">About Us</h1>
<p class="lead mb-4">
Based in Shrewsbury and serving Shropshire and nationwide, <strong>Stu Moves You</strong> is your trusted partner for professional removals and efficient waste management.
</p>
<p class="mb-4">
We specialize in both domestic and commercial removals, bringing years of experience and a dedication to care for every job. Whether you're moving your family home or relocating your entire business, our team ensures a seamless, stress-free experience from start to finish.
</p>
<p class="mb-4">
As fully licensed and insured waste management specialists, we also provide a convenient and cost-effective alternative to skip hire. We take pride in our competitive pricing and our commitment to responsible disposal, guaranteeing to beat any price on waste removal.
</p>
<div class="row g-4 mt-2">
<div class="col-md-6">
<div class="d-flex align-items-start">
<i class="fas fa-check-circle text-primary mt-1 me-3"></i>
<div>
<h2 class="h5 fw-bold mb-1">Licensed & Insured</h2>
<p class="text-muted small mb-0">Complete peace of mind for every move.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex align-items-start">
<i class="fas fa-truck text-primary mt-1 me-3"></i>
<div>
<h2 class="h5 fw-bold mb-1">Nationwide Coverage</h2>
<p class="text-muted small mb-0">From Shrewsbury to anywhere in the UK.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex align-items-start">
<i class="fas fa-trash-alt text-primary mt-1 me-3"></i>
<div>
<h2 class="h5 fw-bold mb-1">Waste Management</h2>
<p class="text-muted small mb-0">Cheaper than a skip, guaranteed!</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex align-items-start">
<i class="fas fa-users text-primary mt-1 me-3"></i>
<div>
<h2 class="h5 fw-bold mb-1">Domestic & Commercial</h2>
<p class="text-muted small mb-0">Tailored solutions for homes and offices.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 mt-5 mt-lg-0">
<div class="position-relative">
<img src="/images/banner.jpg" alt="About Stu Moves You" class="img-fluid rounded-3 shadow-lg">
<div class="position-absolute bottom-0 end-0 bg-primary text-secondary p-4 rounded-start-3 shadow-lg d-none d-md-block" style="max-width: 250px;">
<p class="mb-0 fw-bold h5">Professional, affordable and effective!</p>
</div>
</div>
</div>
</div>
</div>