Beautiful Bootstrap testimonials block — copy & paste ready.
<div class="container py-5">
<div class="row g-4">
<div class="col-md-4">
<div class="p-4 border rounded-4 h-100 bg-white">
<div class="text-warning mb-2">★★★★★</div>
<p>"Amazing work! Highly recommend their service to anyone."</p>
<div class="d-flex align-items-center gap-3 mt-3"><img src="https://i.pravatar.cc/100?img=25" class="rounded-circle" width="44">
<div><strong>Client 1</strong>
<div class="small text-secondary">Founder</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="p-4 border rounded-4 h-100 bg-white">
<div class="text-warning mb-2">★★★★★</div>
<p>"Amazing work! Highly recommend their service to anyone."</p>
<div class="d-flex align-items-center gap-3 mt-3"><img src="https://i.pravatar.cc/100?img=26" class="rounded-circle" width="44">
<div><strong>Client 2</strong>
<div class="small text-secondary">Founder</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="p-4 border rounded-4 h-100 bg-white">
<div class="text-warning mb-2">★★★★★</div>
<p>"Amazing work! Highly recommend their service to anyone."</p>
<div class="d-flex align-items-center gap-3 mt-3"><img src="https://i.pravatar.cc/100?img=27" class="rounded-circle" width="44">
<div><strong>Client 3</strong>
<div class="small text-secondary">Founder</div>
</div>
</div>
</div>
</div>
</div>
</div>