@extends('web.layouts.app') @section('title', __('homepage.title')) @section('keywords', __('homepage.keywords')) @section('description', __('homepage.description')) @section('wrapper-class', 'wp-page page-index') @section('agency_active', 'active') @section('content') @include('web.home.header_home') @include('web.home.banner_home')
@include('web.home.section_services') @include('web.home.section_expertises') @include('web.home.section_methodology') @include('web.home.section_clients')
@include('web.layouts.footer') @endsection