{# app/templates/store/landing-modern.html #} {# standalone #} {# Modern Landing Page Template - Feature Rich #} {% extends "storefront/base.html" %} {% block title %}{{ store.name }}{% endblock %} {% block meta_description %}{{ page.meta_description or store.description or store.name }}{% endblock %} {# Alpine.js component #} {% block alpine_data %}storefrontLayoutData(){% endblock %} {% block content %}
{# Hero Section - Full Width with Overlay #}
{# Logo #} {% if theme.branding.logo %}
{{ store.name }}
{% endif %} {# Main Heading #}

{{ page.title or store.name }}

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

{{ store.tagline }}

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

Why Choose Us

{% if store.description %}{{ store.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 }}{# sanitized: CMS content #}
{% endif %} {# CTA Section #}

Ready to Get Started?

Explore our collection and find what you're looking for

Browse Products
{% endblock %}