{{-- Page Header --}} {{-- Google Maps --}} @if(config('site.contact.map.enabled', false))
@endif {{-- Contact Details --}}

{{ __('Nuestra Ubicación') }}

@if(config('site.contact.address.line1')) {{ config('site.contact.address.line1') }}
@endif @if(config('site.contact.address.city')) {{ config('site.contact.address.city') }} @endif

{{ __('Llámanos') }}

@if(config('site.contact.phone')) {{ config('site.contact.phone') }} @else {{ __('N/A') }} @endif

{{ __('Síguenos') }}

@php $socialLinks = []; foreach(config('site.social_media') as $key => $social) { if(is_array($social) && ($social['active'] ?? false)) { $socialLinks[] = '' . ucfirst($key) . ''; } } @endphp {!! implode(' / ', $socialLinks) !!}

{{-- Gallery Carousel --}} @if(is_module_active('gallery') && ($galleryImages ?? collect())->isNotEmpty())
@endif {{-- Contact Form Section --}}
{{-- Left Column: Contact Information --}}

{{ __('ESTAMOS AQUÍ PARA AYUDARTE') }}

{{ __('Contáctanos para más información sobre tu evento') }}

{{ config('site.contact.form_subtitle', __('Estamos aquí para ayudarte. Si tienes alguna pregunta sobre nuestro mobiliario o servicios para eventos, no dudes en contactarnos.')) }}

{{ __('Nuestro equipo está disponible para responder tus consultas, brindarte cotizaciones personalizadas y ayudarte a encontrar las mejores soluciones para tu celebración.') }}

{{ __('Teléfono') }}

{{ config('site.contact.phone') }}

{{ __('WhatsApp') }}

{{ config('site.contact.phone') }}

{{ __('Ubicación') }}

{{ config('site.contact.address.city', 'San Miguel de Tucumán, Tucumán') }}

{{ __('Email') }}

{{ config('site.contact.email') }}

@if(config('site.contact.schedule'))

{{ __('Horarios') }}

{{ config('site.contact.schedule') }}

@endif
{{-- Right Column: Contact Form --}}

{{ __('Envíanos un Mensaje') }}

@csrf
{{ __('Success!') }} {{ config('site.contact.success_message', __('Your message has been sent to us.')) }}
{{ __('Error!') }} {{ config('site.contact.error_message', __('There was an error sending your message.')) }}