---
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"
---
What Others Say
{% for item in testimonials.TESTIMONIALS %}
{{ item.clientName }} said
"{{ item.testimonial }}"
{% endfor %}
Featured Items
{% for item in inventory.INVENTORY %}
{% if item.isFeatured %}
-
{% endif %}
{% endfor %}
{% include "category-nav.njk" %}