@extends('welcome') @section('title', __('aboutus.seo_about_title', ['company' => config('app.name')])) @section('meta_description', __('aboutus.seo_about_description', ['company' => config('app.name')])) @section('content')

{{ __('aboutus.title') }}

  • @php $trackMetaHome = [ 'origem' => 'breadcrumb', 'destino' => 'Início', 'secao' => 'Sobre Nós', 'acao' => 'Abrir página inicial', ]; @endphp {{ __('aboutus.home') }}
  • {{ __('aboutus.title') }}
About
Image
Image
{{ $years }}+

{{ __('aboutus.years_experience') }}

shape {{ __('aboutus.subtitle') }}

{{ __('aboutus.title') }}

{{ __('aboutus.description') }}

Icon

{{ __('aboutus.feature_1') }}

Icon

{{ __('aboutus.feature_2') }}

shape
shape
Icon {{ __('aboutus.process_subtitle') }}

{{ __('aboutus.process_title') }}

icon
image

01

{{ __('aboutus.step_1_title') }}

{{ __('aboutus.step_1_text') }}

icon
image

02

{{ __('aboutus.step_2_title') }}

{{ __('aboutus.step_2_text') }}

icon
image

03

{{ __('aboutus.step_3_title') }}

{{ __('aboutus.step_3_text') }}

icon
image

04

{{ __('aboutus.step_4_title') }}

{{ __('aboutus.step_4_text') }}

Icon

{{ $numberOfPacks }}

{{ __('index.healthy_packs') }}

Icon

14+

{{ __('index.dedicated_team') }}

Icon

{{ $ordersDelivered }}+

{{ __('index.orders_delivered') }}

Icon

100%

{{ __('index.fresh_products') }}

shape {{ __('aboutus.why_subtitle') }}

{{ __('aboutus.why_title') }}

{{ __('aboutus.why_description') }}

Icon

{{ __('aboutus.why_feature_1_title') }}

{{ __('aboutus.why_feature_1_text') }}

Icon

{{ __('aboutus.why_feature_2_title') }}

{{ __('aboutus.why_feature_2_text') }}

Icon

{{ __('aboutus.why_feature_3_title') }}

{{ __('aboutus.why_feature_3_text') }}

Icon

{{ __('aboutus.why_feature_4_title') }}

{{ __('aboutus.why_feature_4_text') }}

@if($whyBanner) {{ $whyBanner->text(1) }} @endif
Why
@if($testimonials->count())
{{ $secBanner->text(1) }}
shape
Icon {{ __('index.testimonials') }}

{{ __('index.customer_feedback') }}

@foreach($testimonials as $testimonial)

{!! $testimonial->text !!}

Avatar

{{ $testimonial->tes_author }}

{{ __('index.customer_label') }} {{-- Stars --}}
@for($i = 1; $i <= 5; $i++) @endfor
@endforeach
@endif
@foreach($teamMembers as $member)
{{ $member->tem_name }}
{{ $member->role }}

{{ $member->tem_name }}

@if($member->hasSocialLinks()) @endif
@endforeach
@endsection