<div>
    <div class="slide_row">
        <ul class="review_list">
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>I was looking for a simple way to display multiple formats for my bookstore</strong>, while keeping separate pages for each product. This app delivers!</blockquote>
                <cite>Faith &amp; Family Publications</cite>
            </li>
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>This app is great, customer service is awesome</strong> — I've asked for a couple things that weren't initially available with the app and they have promptly added these features. Would recommend!</blockquote>
                <cite>Melissa Simone</cite>
            </li>
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>It works exactly as expected.</strong> The functionality is smooth and delivers just what I was looking for. On top of that, the support team is excellent – they respond very quickly and are extremely helpful. Highly recommended!</blockquote>
                <cite>Kundenstopper24.ch</cite>
            </li>
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>Manuel was absolutely brilliant, this app is a lifesaver</strong> and is 100x better than Shopify's own 'combined listings' app!</blockquote>
                <cite>Justmylook</cite>
            </li>
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>We've been looking for a way to show multiple product options in the same product page, and this app gave us what we needed.</strong> Also, customer support is quite professional.</blockquote>
                <cite>American Tile Depot</cite>
            </li>
            <li>
                <div class="star_rating">
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                    <i class="ph-fill ph-star"></i>
                </div>

                <blockquote><strong>Sehr empfehlenswert!</strong> Das App-Entwicklerstudio mono.works ist per E-Mail direkt auf unsere individuellen Probleme eingegangen und hat binnen kürzester Zeit Updates für Lösungen geliefert.</blockquote>
                <cite>brumley.shop</cite>
            </li>
        </ul>
    </div>
</div>
<div>
	<div class="slide_row">
		<ul class="review_list">
			{{#each reviews}}
				<li>
					<div class="star_rating">
						<i class="ph-fill ph-star"></i>
						<i class="ph-fill ph-star"></i>
						<i class="ph-fill ph-star"></i>
						<i class="ph-fill ph-star"></i>
						<i class="ph-fill ph-star"></i>
					</div>

					<blockquote>{{{quote}}}</blockquote>
					<cite>{{author}}</cite>
				</li>
			{{/each}}
		</ul>
	</div>
</div>
{
  "reviews": [
    {
      "quote": "<strong>I was looking for a simple way to display multiple formats for my bookstore</strong>, while keeping separate pages for each product. This app delivers!",
      "author": "Faith & Family Publications"
    },
    {
      "quote": "<strong>This app is great, customer service is awesome</strong> — I've asked for a couple things that weren't initially available with the app and they have promptly added these features. Would recommend!",
      "author": "Melissa Simone"
    },
    {
      "quote": "<strong>It works exactly as expected.</strong> The functionality is smooth and delivers just what I was looking for. On top of that, the support team is excellent – they respond very quickly and are extremely helpful. Highly recommended!",
      "author": "Kundenstopper24.ch"
    },
    {
      "quote": "<strong>Manuel was absolutely brilliant, this app is a lifesaver</strong> and is 100x better than Shopify's own 'combined listings' app!",
      "author": "Justmylook"
    },
    {
      "quote": "<strong>We've been looking for a way to show multiple product options in the same product page, and this app gave us what we needed.</strong> Also, customer support is quite professional.",
      "author": "American Tile Depot"
    },
    {
      "quote": "<strong>Sehr empfehlenswert!</strong> Das App-Entwicklerstudio mono.works ist per E-Mail direkt auf unsere individuellen Probleme eingegangen und hat binnen kürzester Zeit Updates für Lösungen geliefert.",
      "author": "brumley.shop"
    }
  ]
}

No notes defined.