{# app/templates/platform/homepage-wizamart.html #} {# Wizamart Marketing Homepage - Letzshop OMS Platform #} {% extends "platform/base.html" %} {% block title %}Wizamart - Order Management for Letzshop Sellers{% endblock %} {% block meta_description %}Lightweight OMS for Letzshop vendors. Manage orders, inventory, and invoicing. Start your 30-day free trial today.{% endblock %} {% block content %}
{# ========================================================================= HERO SECTION ========================================================================= #}
{# Badge #}
30-Day Free Trial - No Credit Card Required to Start
{# Headline #}

Lightweight OMS for Letzshop Sellers

{# Subheadline #}

Order management, inventory, and invoicing built for Luxembourg e-commerce. Stop juggling spreadsheets. Start running your business.

{# CTA Buttons #}
{# Background Decoration #}
{# ========================================================================= PRICING SECTION ========================================================================= #}
{# Section Header #}

Simple, Transparent Pricing

Choose the plan that fits your business. All plans include a {{ trial_days }}-day free trial.

{# Billing Toggle #}
Monthly Annual Save 2 months!
{# Pricing Cards Grid #}
{% for tier in tiers %} {% endfor %}
{# ========================================================================= ADD-ONS SECTION ========================================================================= #}
{# Section Header #}

Enhance Your Platform

Add custom branding, professional email, and enhanced security.

{# Add-ons Grid #}
{% for addon in addons %}
{# Icon #}
{% if addon.icon == 'globe' %} {% elif addon.icon == 'shield-check' %} {% elif addon.icon == 'mail' %} {% endif %}
{# Name & Description #}

{{ addon.name }}

{{ addon.description }}

{# Price #}
{{ addon.price }} /{{ addon.billing_period }}
{# Options for email packages #} {% if addon.options %}
{% for opt in addon.options %}
{{ opt.quantity }} addresses: {{ opt.price }}/month
{% endfor %}
{% endif %}
{% endfor %}
{# ========================================================================= LETZSHOP VENDOR FINDER ========================================================================= #}
{# Section Header #}

Find Your Letzshop Shop

Already selling on Letzshop? Enter your shop URL to get started.

{# Search Form #}
{# Result #} {# Help Text #}

Don't have a Letzshop account? Sign up with Letzshop first, then come back to connect your shop.

{# ========================================================================= FINAL CTA SECTION ========================================================================= #}

Ready to Streamline Your Orders?

Join Letzshop vendors who trust Wizamart for their order management. Start your {{ trial_days }}-day free trial today.

Start Free Trial
{% endblock %} {% block extra_scripts %} {% endblock %}