{# app/templates/vendor/landing-modern.html #} {# Modern Landing Page Template - Feature Rich #} {% 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 - Full Width with Overlay #}
{# Logo #} {% if theme.branding.logo %}
{{ vendor.name }}
{% endif %} {# Main Heading #}

{{ page.title or vendor.name }}

{# Tagline #} {% if vendor.tagline %}

{{ vendor.tagline }}

{% endif %} {# CTAs #} {# Scroll Indicator #}
{# Features Section #}

Why Choose Us

{% if vendor.description %}{{ vendor.description }}{% else %}Experience excellence in every purchase{% endif %}

{# Feature 1 #}

Quality Products

Carefully curated selection of premium items

{# Feature 2 #}

Fast Delivery

Quick and reliable shipping to your doorstep

{# Feature 3 #}

Best Prices

Competitive pricing with great value

{# Content Section (if provided) #} {% if page.content %}
{{ page.content | safe }}
{% endif %} {# CTA Section #}

Ready to Get Started?

Explore our collection and find what you're looking for

Browse Products
{% endblock %}