Back to Reviews
Reviews

Verified Buyer Card

Review with verified badge and product image.

#reviews#bootstrap

Live preview

Source code

html
<div class="container py-5">
  <div class="row g-4">
    <div class="col-md-6">
      <div class="card border-0 shadow-sm p-4 h-100">
        <div class="d-flex gap-3"><img src="https://picsum.photos/seed/hpone/120/120" class="rounded-3" width="90" alt="Product">
          <div>
            <h6 class="mb-1">Wireless Headphones Pro</h6>
            <div class="text-warning">★★★★★</div><small class="text-success"><i class="bi bi-patch-check-fill"></i> Verified purchase</small>
          </div>
        </div>
        <p class="mt-3 mb-0">"Battery life is insane and the noise cancellation is next level. Worth every penny."</p>
        <hr>
        <div class="d-flex justify-content-between"><small class="text-muted">— Nadia Chen · Aug 12</small><small class="text-primary">Helpful (34)</small></div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="card border-0 shadow-sm p-4 h-100">
        <div class="d-flex gap-3"><img src="https://picsum.photos/seed/watch/120/120" class="rounded-3" width="90" alt="Product">
          <div>
            <h6 class="mb-1">Smart Fitness Watch</h6>
            <div class="text-warning">★★★★☆</div><small class="text-success"><i class="bi bi-patch-check-fill"></i> Verified purchase</small>
          </div>
        </div>
        <p class="mt-3 mb-0">"Accurate heart rate, sleek design. GPS could be faster."</p>
        <hr>
        <div class="d-flex justify-content-between"><small class="text-muted">— Omar T. · Aug 08</small><small class="text-primary">Helpful (21)</small></div>
      </div>
    </div>
  </div>
</div>

More designs in this section