I have a presentation-like carousel slider containing customer reviews concerning my website and its services. Semantics speaking, is it correct to have each review inside a blockquote?
Example:
<figure class="review-single">
<blockquote>Review content</blockquote>
<figcaption>Said by John Doe</figcaption>
</figure>