
The Minu theme allows you to display products from a category using GraphQL. You just need to use the PAGE BUILDER HTML tag with code
data-category-url=”/wine/” – Category URL
data-category-limit=’4′ – Number of Products per Category

<div class="container">
<div class="home-category-section" data-category-url="/wine/" data-category-limit='8'></div>
</div>
<div class="container bigger">
<div class="home-category-section" data-category-url="/shop/cards/" data-category-limit='4'></div>
</div>