{# app/templates/vendor/landing-full.html #} {# Full Landing Page Template - Maximum Features #} {% extends "shop/base.html" %} {% block title %}{{ vendor.name }}{% endblock %} {% block meta_description %}{{ page.meta_description or vendor.description or vendor.name }}{% endblock %} {# Alpine.js component #} {% block alpine_data %}shopLayoutData(){% endblock %} {% block content %}
{# Hero Section - Split Design #}
{# Left - Content #}
{% if theme.branding.logo %}
{{ vendor.name }}
{% endif %}

{{ page.title or vendor.name }}

{% if vendor.tagline %}

{{ vendor.tagline }}

{% endif %} {% if vendor.description %}

{{ vendor.description }}

{% endif %} {# Stats/Badges #}
100+
Products
24/7
Support
⭐⭐⭐⭐⭐
Rated
{# Right - Visual #}
{# Features Grid #}

What We Offer

Everything you need for an exceptional shopping experience

Premium Quality

Top-tier products carefully selected for you

Fast Shipping

Quick delivery right to your door

Best Value

Competitive prices and great deals

24/7 Support

Always here to help you

{# About Section (with content) #} {% if page.content %}
{{ page.content | safe }}{# sanitized: CMS content #}
{% endif %} {# Quick Navigation #}
{# Final CTA #}

Ready to Start Shopping?

Join thousands of satisfied customers today

View All Products
{% endblock %}