{% extends 'beautytada/layout.twig' %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('index') }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('index') }}
{% endblock %}
{% block content %}
<script>
WINDOW_CONFIG['apiSearchStoreByPostcode'] = "{{ path('api_v1_search_stores_by_postcode') }}"
</script>
<div id="home-page">
{% include 'beautytada/page/index/banner.twig' %}
{% include 'beautytada/page/index/how-works.twig' %}
{% include 'beautytada/page/index/mobile-app.twig' %}
{% include 'beautytada/page/index/our-network.twig' %}
</div>
{% endblock %}