{{-- Page Header — unified style with About + modules --}} {{-- Intro Section --}}
{{ config('site.contact.page_badge', __('Hablemos')) }}

{{ config('site.contact.page_heading', __('¿Listos para potenciar tu marca? Conversemos.')) }}

{{ config('site.contact.page_subtitle', __('Estamos para ayudarte. Ya sea para iniciar un nuevo proyecto, repensar tu estrategia de marca o consultarnos sobre nuestros servicios, nuestro equipo está disponible para escucharte.')) }}

@foreach(config('site.social_media') as $key => $social) @if(is_array($social) && ($social['active'] ?? false)) {{ ucfirst($key) }} @endif @endforeach
{{-- Office 1 --}}
@php $officeImg1 = config('site.contact.office_image_1', 'cd-project/img/demos/marketing-1/generic/generic-9.jpg'); @endphp Office

{{ config('site.contact.address', '123 Street Name') }}
{{ config('site.contact.city', 'Los Angeles, CA') }}

@if(config('site.contact.map_url')) @endif
{{-- Office 2 (opcional) --}} @if(config('site.contact.secondary_address'))
@php $officeImg2 = config('site.contact.office_image_2', 'cd-project/img/demos/marketing-1/generic/generic-10.jpg'); @endphp Office

{{ config('site.contact.secondary_address') }}
{{ config('site.contact.secondary_city', 'New York, NY') }}

@if(config('site.contact.secondary_map_url')) @endif
@endif
{{-- Contact Form Section --}}

{{ __('Send a Message') }}

@csrf
{{ __('Success!') }} {{ __('Your message has been sent to us.') }}
{{ __('Error!') }} {{ __('There was an error sending your message.') }}
{{-- Google Maps --}} @if(config('site.contact.map_url') || config('site.contact.latitude'))
@endif