{{-- Page Header --}} {{-- Intro Section --}}
{{ __('Let\'s Go') }}

{{ __('Ready to elevate your brand? Reach out to us.') }}

{{ __('We\'re excited to hear from you! Whether you\'re looking to start a new project, need advice on your current marketing strategy, or just want to learn more about our services, our team is here to help.') }}

@foreach(config('site.social_media') as $key => $social) @if($social['active']) {{ ucfirst($key) }} @endif @endforeach
{{-- Office 1 --}}

{{ 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'))

{{ 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