@extends('layouts.store.master')
@section('page', 'Inicio')
@section('classes_body', 'no-mg no-pd')
@section('body')
@include('layouts.store.carousel')
@include('layouts.store.products')
@include('layouts.store.custom_banners')
@include('layouts.store.products_tab')
@include('layouts.store.newsletter')
Lo que opinan nuestros clientes
@include('layouts.store.testimonials')
@include('layouts.store.blog_entries')
Conoce nuestras marcas
@include('layouts.store.brand_carousel')
@include('layouts.store.modal-product-shop')
@push('css')
@endpush
@push('scripts')
@include('layouts.store.scripts.menu-footer')
@endpush
@include('layouts.store.scripts.list')
@endsection