{% extends "base.html" %} {% block title %}{{ site_name }} - {{ site_tagline }}{% endblock %} {% block content %} {% if banners %}
{% for banner in banners %}
{{ banner.title }}

{{ banner.title }}

{{ banner.subtitle }}

Shop Now
{% endfor %}
{% if banners|length > 1 %}
{% for banner in banners %} {% endfor %}
{% endif %}
{% else %}

Welcome to AmarBabu.store

Your one-stop shop for kids fashion, toys & baby products

Shop Now
{% endif %}
{% if flash_products %}

Flash Sale

View All
{% for product in flash_products %}
{{ product.name }} -{{ ((product.price - product.sale_price) / product.price * 100)|round }}%
{{ product.name }}
{{ currency }}{{ product.sale_price|round|int }} {{ currency }}{{ product.price|round|int }}
{% endfor %}
{% endif %} {% if categories %}

Shop by Category

{% for category in categories %}
{{ category.name }}
{{ category.name }}
{% endfor %}
{% endif %} {% if featured_products %}

Featured Products

View All
{% for product in featured_products %}
{{ product.name }} {% if product.is_flash_sale and product.sale_price %} Sale {% endif %}
{{ product.name }}
{% if product.sale_price %} {{ currency }}{{ product.sale_price|round|int }} {{ currency }}{{ product.price|round|int }} {% else %} {{ currency }}{{ product.price|round|int }} {% endif %}
{% endfor %}
{% endif %}

Baby Clothes

Comfortable & stylish clothes for your little ones

Shop Now

Kids Toys

Fun & educational toys for all ages

Shop Now

Free Delivery

On orders over ৳500

Secure Payment

100% secure checkout

Easy Returns

7 days return policy

24/7 Support

Dedicated support

{% endblock %}