{{-- HERO de página --}}

{{ $about('page_eyebrow') }}

{{ $about('page_title') }}

@if($about('page_subtitle'))

{{ $about('page_subtitle') }}

@endif
{{-- BIO --}}
@foreach([1,2,3,4] as $i) @if($about("bio_paragraph_{$i}"))

{{ $about("bio_paragraph_{$i}") }}

@endif @endforeach
{{-- EXPERIENCIA --}} @if($about('exp_1_title') || $about('exp_2_title') || $about('exp_3_title'))

{{ $about('experience_heading') }}

{{ $about('experience_subheading') }}

    @foreach([1,2,3] as $i) @if($about("exp_{$i}_title"))
  1. {{ $about("exp_{$i}_year") }}

    {{ $about("exp_{$i}_title") }}

    {{ $about("exp_{$i}_description") }}

  2. @endif @endforeach
@endif {{-- STACK --}} @if($about('tool_1') || $about('tool_2'))

{{ $about('tools_heading') }}

{{ $about('tools_subheading') }}

    @foreach([1,2,3,4,5,6] as $i) @if($about("tool_{$i}"))
  • {{ $about("tool_{$i}") }}
  • @endif @endforeach
@endif {{-- PROCESO --}} @if($about('process_1_title'))

{{ $about('process_heading') }}

{{ $about('process_subheading') }}

@foreach([1,2,3,4] as $i) @if($about("process_{$i}_title"))
0{{ $i }}

{{ $about("process_{$i}_title") }}

{{ $about("process_{$i}_description") }}

@endif @endforeach
@endif {{-- CTA --}}

{{ __('¿Hablamos?') }}

{{ __('Contactame') }}