@extends('layouts.main') @section('title', 'ÓKEA - Contato') @section('description', 'Preencha o formulário e fale com um especialista da ÓKEA sobre produção, manutenção e monitoramento da sua operação.') @section('keywords', 'okea', 'contato', 'fale com especialista', 'asterian', 'aktian', 'sensores') @section('navbar') @include('components.okea.home.nav') @endsection @section('footer') @include('components.okea.home.footer') @endsection @section('content')

{{ __('messages.contato-hero-title') }}

{{ __('messages.contato-hero-desc') }}

@csrf
@endsection