{% extends 'base_template/base.html' %}
{% load static %}
{% block content %}
{% include 'frontend/header/header.html' %}
{% include 'frontend/hero/hero.html' %}
{% include 'frontend/about/about.html' %}
{% include 'frontend/featured-services/featured-services.html' %}
{% include 'frontend/work/work.html' %}
{% include 'frontend/work/works.html' %}
{% include 'frontend/services/services.html' %}
{% include 'frontend/services/pricing.html' %}
{% include 'frontend/faq/faq.html' %}
{% include 'frontend/call-action/call-action.html' %}
{% include 'frontend/portfolio/portfolio.html' %}
{% include 'frontend/team/team.html' %}
{% include 'frontend/contact/contact.html' %}
{% include 'frontend/footer/footer.html' %}
{% if floating_image %}