{{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- HERO --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}}

{{ $welcome('hero_eyebrow') }}

{{ $welcome('hero_title') }}

{{ $welcome('hero_subtitle') }}

{{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- ABOUT + STATS --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}}

{{ $welcome('about_eyebrow') }}

{{ $welcome('about_text') }}

{{ $welcome('about_skills_label') }}

    @foreach([1,2,3,4,5,6] as $i) @if($welcome("skill_{$i}"))
  • {{ $welcome("skill_{$i}") }}
  • @endif @endforeach
@foreach([1,2,3] as $i)
{{ $welcome("stat_{$i}_value") }}
{{ $welcome("stat_{$i}_label") }}
@endforeach
{{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- SERVICES --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}}

{{ $welcome('services_eyebrow') }}

{{ $welcome('services_heading') }}

@if($welcome('services_subheading'))

{{ $welcome('services_subheading') }}

@endif
@foreach([1,2,3] as $i)
0{{ $i }}

{{ $welcome("service_{$i}_title") }}

{{ $welcome("service_{$i}_description") }}

@endforeach
{{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- GALLERY con tabs por categoría — feature core --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} @if(is_module_active('gallery') && $galleryItems->count() > 0) @endif {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- PROJECTS --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} @if(is_module_active('projects') && $featuredProjects->count() > 0)

{{ $welcome('projects_eyebrow') }}

{{ $welcome('projects_heading') }}

@if($welcome('projects_subheading'))

{{ $welcome('projects_subheading') }}

@endif
@foreach($featuredProjects as $project) @php $projectImg = !empty($project->image) ? (filter_var($project->image, FILTER_VALIDATE_URL) ? $project->image : asset($project->image)) : asset('cd-project/img/defaults/projects/project-' . (($loop->index % 4) + 1) . '.jpg'); @endphp @endforeach
@endif {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- BLOG --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} @if(is_module_active('blog') && $latestPosts->count() > 0)

{{ $welcome('blog_eyebrow') }}

{{ $welcome('blog_heading') }}

@if($welcome('blog_subheading'))

{{ $welcome('blog_subheading') }}

@endif
@foreach($latestPosts as $post) @php $postImg = !empty($post->header) ? (filter_var($post->header, FILTER_VALIDATE_URL) ? $post->header : asset($post->header)) : asset('cd-project/img/defaults/blog/blog-' . (($loop->index % 3) + 1) . '.jpg'); @endphp @endforeach
@endif {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}} {{-- CTA --}} {{-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --}}

{{ $welcome('cta_section_heading') }}

{{ $welcome('cta_section_text') }}

{{ $welcome('cta_button_label') }}