--- layout: base.njk metaDesc: "Demo eCommerce website by Derek L. Seitz - dlseitz.dev" seoIndexing: false title: "Landing - Bloom Valley Nursery Demo" stylesheet: - "/styles/variables.css" - "/styles/base.css" - "/styles/header.css" - "/styles/index.css" - "/styles/category-nav.css" - "/styles/footer.css" - "/styles/modal.css" fontAwesome: "https://kit.fontawesome.com/c42448086d.js" currentPage: "index" pageScripts: - "/scripts/script.js" - "/scripts/cart.js" - "/scripts/newsletter.js" ---

Shopper Promos

{% for promo in promotions.PROMOS %}

{{ promo.title }}

{{ promo.description }}

{% endfor %}

What Others Say

{% for item in testimonials.TESTIMONIALS %}

{{ item.clientName }} said

"{{ item.testimonial }}"

{% endfor %}
{% include "category-nav.njk" %}