{% if sale_end %}
The Future of
LIVE
LOADING...
{% endif %}
The Future of
Shopping is AI.
Experience a curated marketplace powered by neural networks. Ask our AI Assistant for anything.
{% set mode = settings.get('hero_mode', 'sale') if settings else 'sale' %}
{% if mode == 'sale' or mode == 'random' %}
{% if mode == 'sale' %}
{% set carousel_items = featured | selectattr('is_on_sale', 'equalto', True) | list %}
{% else %}
{% set carousel_items = featured %}
{% endif %}
{% if carousel_items|length > 0 %}
{% endif %}
{% elif mode == 'banners' and hero_banners|length > 0 %}
{% else %}
{% endif %}
{% for sp in carousel_items %}
{% endfor %}
{% else %}
Trending Now
View Full Catalog
{% for p in featured %}
{% if p.is_on_sale %}
{% endfor %}
-{{ p.discount_percent }}%
{% endif %}
{{ p.category }}
{{ p.title }}
{{ p.price }}
{% if p.is_on_sale %}
${{ p.original_price }}
{% endif %}
Shop By Brand
No brands added yet. Admins can add brands from the dashboard.
Added!
{% include 'chatbox.html' %}
Comments
Post a Comment