{# app/templates/shop/home.html #} {% extends "shop/base.html" %} {% block title %}Home{% endblock %} {# Alpine.js component - uses shopLayoutData() from shop-layout.js #} {% block alpine_data %}shopLayoutData(){% endblock %} {% block content %}
{# Hero Section #}

Welcome to {{ vendor.name }}

{% if vendor.tagline %}

{{ vendor.tagline }}

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

{{ vendor.description }}

{% endif %} Shop Now
{# Featured Categories (if you have categories) #}

Shop by Category

{# Placeholder categories - will be loaded via API in future #}
🏠

Home & Living

👔

Fashion

📱

Electronics

🎨

Arts & Crafts

{# Featured Products Section #}

Featured Products

View All →
{# Loading State #}
{# Products Grid #}
{# Coming Soon Notice #}
🛍️

Products Coming Soon

We're setting up our shop. Check back soon for amazing products!

For Developers: Products will be loaded dynamically from the API once you add them to the database.

{# Why Shop With Us Section #}

Why Shop With Us

🚚

Fast Shipping

Quick and reliable delivery to your doorstep

🔒

Secure Payment

Your transactions are safe and encrypted

💝

Quality Guarantee

100% satisfaction guaranteed on all products

{% endblock %} {% block extra_scripts %} {% endblock %}