{{ __('Contact Us') }}
{{ __('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') }}
@if(config('site.contact.map_url'))
@endif
{{-- Office 2 (opcional) --}}
@if(config('site.contact.secondary_address'))
{{ config('site.contact.secondary_address') }}
@if(config('site.contact.secondary_map_url'))
@endif
@endif
{{ config('site.contact.address', '123 Street Name') }}
{{ config('site.contact.city', 'Los Angeles, CA') }}
- {{ __('E-mail:') }} {{ config('site.contact.email') }}
- {{ __('Phone:') }} {{ config('site.contact.phone') }}
{{ config('site.contact.secondary_address') }}
{{ config('site.contact.secondary_city', 'New York, NY') }}
- {{ __('E-mail:') }} {{ config('site.contact.secondary_email', config('site.contact.email')) }}
- {{ __('Phone:') }} {{ config('site.contact.secondary_phone', config('site.contact.phone')) }}