Beautiful Bootstrap contact block — copy & paste ready.
<div class="container py-4">
<!-- iv. Comments Section (Preview) -->
<div class="p-4 bg-light rounded-3 mt-4">
<h5 class="fw-bold mb-3">Join the discussion</h5>
<div class="mb-3">
<textarea class="form-control border-0 shadow-sm" rows="3" placeholder="Write your comment..."></textarea>
</div>
<button class="btn btn-primary btn-sm px-4 rounded-pill">Post Comment</button>
</div>
</div>
</div>