{% extends 'shop/base.html' %}
{% block title %}Home - Nana Tradings{% endblock %}
{% block content %}
{% include 'shop/slider.html' with slides=slides %}
{% include 'shop/featured_products.html' with featured_products=featured_products %}
{% include 'shop/categories.html' with categories=categories %}
{% include 'shop/testimonial_component.html' %}
{% include 'shop/latest_blogs.html' with latest_blogs=latest_blogs %}
{% include 'shop/recent_faqs.html' with recent_faqs=recent_faqs %}
{% include 'shop/call_to_action.html' %}
{% include 'shop/social_links.html' %}
{% endblock %}