@section('title', __('home.title') . ' - ' . config('app.name')) @section('description', __('home.description')) @section('tags', __('home.tags')) @section('image', asset('/img/logo.png')) @extends('layouts.app') @section('head') @endsection @section('content') @php $servicos = [ [ "title" => __('solucoes.servicos.projeto_execucao.title'), "image" => "img/icon2.png", "text" => __('solucoes.servicos.projeto_execucao.text') ], [ "title" => __('solucoes.servicos.usinagem.title'), "image" => "img/icon3.png", "text" => __('solucoes.servicos.usinagem.text') ], [ "title" => __('solucoes.servicos.manutencao_preventiva.title'), "image" => "img/icon4.png", "text" => __('solucoes.servicos.manutencao_preventiva.text') ], [ "title" => __('solucoes.servicos.manutencao_corretiva.title'), "image" => "img/icon5.png", "text" => __('solucoes.servicos.manutencao_corretiva.text') ], [ "title" => __('solucoes.servicos.texturizacao.title'), "image" => "img/icon6.png", "text" => __('solucoes.servicos.texturizacao.text') ], [ "title" => __('solucoes.servicos.gravacao_laser.title'), "image" => "img/icon7.png", "text" => __('solucoes.servicos.gravacao_laser.text') ], [ "title" => __('solucoes.servicos.solda_laser.title'), "image" => "img/icon8.png", "text" => __('solucoes.servicos.solda_laser.text') ], [ "title" => __('solucoes.servicos.tratamentos_superficiais.title'), "image" => "img/icon9.png", "text" => __('solucoes.servicos.tratamentos_superficiais.text') ], [ "title" => __('solucoes.servicos.polimento_tecnico.title'), "image" => "img/icon10.png", "text" => __('solucoes.servicos.polimento_tecnico.text') ], ]; @endphp
{{ __('home.servicos') }}

{{ __('home.solutions_header') }}

@foreach ($servicos as $servico) @endforeach

{{ __('home.quem_somos_title') }}

{{ __('home.quem_somos_paragraph') }}

{{ __('home.quem_somos_botao') }} {{ __('home.fale_conosco') }}
Quem Somos

110

clientes satisfeitos

+50

projetos concluídos

214

manutenções realizadas

Imagem 1
Imagem 2
{{-- --}}
Imagem 3
Imagem 4
Imagem 5
{{-- --}}
Imagem 6
Imagem 7
@endsection