{% extends "layouts/home.html" %}
{% block main %}
{% include "components/home/slider.html" %}
{% include "components/home/category.html" %}
{% include "components/home/banner.html" %}
{% include "components/home/best_seller.html" %}
{% include "components/home/tab_spec.html" %}
{% include "components/home/faq.html" %}
{% include "components/home/testimonial.html" %}
{% endblock main %}