@extends('layout.front.master') @section('title', config('site.modules.about.page_header.title', 'Empresa') . ' | ' . config('site.name')) @section('description', config('site.about.meta_description', 'Acompañamiento digital en Tucumán. 5+ años ayudando a negocios a tener presencia web profesional. Equipo chico, obsesión por el detalle, 45+ proyectos entregados.')) @section('content') @include('layout.front.partials.page-header-accounting-1', [ 'pageTitle' => config('site.about.page_heading', 'Acompañamiento digital real, desde Tucumán'), 'pageLabel' => config('site.modules.about.page_header.title', 'EMPRESA'), 'pageBreadcrumb' => [ ['label' => 'Inicio', 'url' => front_homepage_url()], ['label' => 'Empresa', 'url' => null], ], ]) {{-- ====== STORY SECTION ====== --}}

{!! config('site.about.story_1', 'Vimos demasiados negocios buenos con sitios web que no les hacían justicia. Por eso decidimos hacer las cosas diferente.') !!}

{!! config('site.about.story_2', 'Empezamos en 2020 ayudando a negocios de Tucumán a tener presencia digital real. No queríamos ser una agencia más que entrega un sitio y desaparece — queríamos acompañar de verdad.') !!}

{!! config('site.about.story_3', 'Somos un equipo chico. Chico por elección. Conocemos a cada cliente por su nombre. Nos tomamos el tiempo de entender qué vendés, a quién le hablás y qué necesitás que pase cuando alguien entra a tu sitio. Recién ahí armamos algo.') !!}

@if(config('site.about.story_4'))

{!! config('site.about.story_4') !!}

@endif
{{ config('site.name') }}

{{ config('site.about.author_name', config('site.name')) }}

{{ config('site.about.author_location', '') }}

@php $aboutImg1 = config('site.about.image_1', 'cd-project/img/demos/accounting-1/about/about-1.jpg'); $aboutImg2 = config('site.about.image_2', 'cd-project/img/demos/accounting-1/about/about-2.jpg'); $aboutImg3 = config('site.about.image_3', 'cd-project/img/demos/accounting-1/about/about-3.jpg'); $aboutImgAlt = config('site.about.images_alt', config('site.name') . ' — ' . __('foto institucional')); $resolveImg = fn($v) => filter_var($v, FILTER_VALIDATE_URL) ? $v : asset($v); @endphp {{ $aboutImgAlt }} {{ $aboutImgAlt }} {{ $aboutImgAlt }}
{{-- ====== NUMBERS SECTION ====== --}} @php $aboutCounters = config('site.about.counters', [ ['value' => '500', 'suffix' => '+', 'label' => __('Beneficiarios alcanzados'), 'subtitle' => __('Programas activos')], ['value' => '10', 'suffix' => '+', 'label' => __('Años de trayectoria'), 'subtitle' => __('Trabajando por la comunidad')], ['value' => '50', 'suffix' => '+', 'label' => __('Voluntarios activos'), 'subtitle' => __('Equipo comprometido')], ]); @endphp @if(!empty($aboutCounters) && is_array($aboutCounters))
@foreach($aboutCounters as $i => $c)
@if(is_numeric($c['value'] ?? null)) 0 @else {{ $c['value'] ?? '' }}{{ $c['suffix'] ?? '' }} @endif

{{ $c['label'] ?? '' }}

@if(!empty($c['subtitle']))

{{ $c['subtitle'] }}

@endif
@endforeach
@endif {{-- ====== APPROACH SECTION: Cómo trabajamos ====== --}}

{{ config('site.about.approach_badge', 'ACOMPAÑAMIENTO DIGITAL') }}

{{ config('site.about.approach_heading', 'Cómo trabajamos') }}

{{ config('site.about.approach_subtitle', 'No te entregamos un sitio y desaparecemos. Te guiamos en todo el proceso: qué información necesitás, cómo presentarla y qué funciona en tu industria.') }}

@php $approach = config('site.about.approach', []); if (is_string($approach)) { $approach = json_decode($approach, true) ?? []; } if (empty($approach)) { $approach = [ ['number' => '01', 'title' => 'Escuchamos', 'text' => 'Arrancamos por entender tu negocio, no por mostrarte plantillas. Qué vendés, a quién le hablás, qué necesitás que pase cuando alguien entra a tu sitio.'], ['number' => '02', 'title' => 'Construimos', 'text' => 'Armamos tu sitio con exactamente lo que necesitás — servicios, galería, blog, lo que haga falta. En 2-3 semanas está listo.'], ['number' => '03', 'title' => 'Acompañamos', 'text' => 'Te enseñamos a gestionar tu sitio vos mismo. Y después seguimos acá: actualizaciones, mejoras continuas, soporte real — un mensaje directo a quienes armaron tu sitio.'], ]; } @endphp
@foreach($approach as $index => $card)
{{ $card['number'] ?? str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}

{{ $card['title'] ?? '' }}

{{ $card['text'] ?? '' }}

@endforeach
{{-- Link a servicios --}} @if(is_module_active('services')) @endif
{{-- ====== CTA SECTION ====== --}}

{{ config('site.about.cta_heading', '¿Tiene sentido trabajar juntos?') }}

{{ config('site.about.cta_subtitle', '30 minutos de conversación alcanzan para saberlo. Contanos sobre tu negocio y te decimos con honestidad si podemos ayudarte.') }}

@endsection @section('scripts') @endsection