{{-- Hero Carousel --}} {{-- Services Carousel --}} @if(is_module_active('services') && isset($services) && $services->count() > 0) @endif {{-- Intro Section --}}

{{ config('site.description', '') }}

{{ config('site.welcome.cta_label', __('LEARN MORE')) }}

{{ config('site.tagline', config('site.name')) }}

{{-- Services Grid --}} @if(is_module_active('services') && isset($services) && $services->count() > 0)
@endif {{-- Testimonials / References --}} @if(is_module_active('references') && isset($featuredReferences) && $featuredReferences->count() > 0)

{{ config('site.welcome.references_heading', __('References')) }}

@endif {{-- CTA Section --}}

{{ config('site.welcome.cta_heading', __('Request a Quote Online')) }} - {{ config('site.welcome.cta_subtitle', __('Need immediate confirmation? Call us at')) }} {{ config('site.contact.phone', '+54 11 4567-8900') }}

{{-- Process Section --}}

{{ config('site.welcome.process_text', __('Our process is one of the things that makes us highly competitive in the market.')) }}

1

{{ config('site.welcome.process_step_1_title', __('Consulting')) }}

{{ config('site.welcome.process_step_1_text', __('Detailed analysis of your needs and specialized recommendations.')) }}

2

{{ config('site.welcome.process_step_2_title', __('Implementation')) }}

{{ config('site.welcome.process_step_2_text', __('Professional execution with full technical support.')) }}

3

{{ config('site.welcome.process_step_3_title', __('Support')) }}

{{ config('site.welcome.process_step_3_text', __('Ongoing maintenance and continuous technical assistance.')) }}

{{-- Latest News & FAQs --}} @if((is_module_active('blog') && isset($recentPosts) && $recentPosts->count() > 0) || (is_module_active('faqs') && isset($faqs) && $faqs->count() > 0))

{{ __('Últimas Novedades') }}


@php $latestPost = isset($recentPosts) && $recentPosts->count() > 0 ? $recentPosts->first() : null; @endphp @if($latestPost)
@if($latestPost->category) {{ strtoupper($latestPost->category->name) }} @endif

{{ $latestPost->title }}

{{ \Illuminate\Support\Str::limit($latestPost->description, 120, '...') }}

{{ __('Leer Más') }}

@else {{-- Fallback si no hay posts --}}
{{ __('POR EQUIPO') }}

{{ __('Últimas Novedades Industriales') }}

{{ __('Mantente al día con las últimas novedades en tecnología industrial y soluciones de automatización.') }}

{{ __('Ver Blog') }}

@endif

{{ config('site.welcome.faq_heading', __('Frequently Asked Questions')) }}


@forelse(isset($faqs) ? $faqs->take(4) : collect() as $index => $faq) @empty {{-- Fallback si no hay FAQs --}}

Atendemos principalmente los sectores de ingenios azucareros, agroindustria, oil & gas, tratamiento de aguas, alimentos & bebidas y plantas de procesamiento industrial en general.

Somos representantes oficiales de Yokogawa para instrumentación y control, además de trabajar con las mejores marcas internacionales en bombas industriales y sistemas de automatización.

Sí, contamos con un equipo técnico especializado que brinda soporte completo: mantenimiento preventivo, reparaciones, repuestos originales y capacitación técnica.

Absolutamente. Desarrollamos proyectos integrales desde la ingeniería conceptual hasta la puesta en marcha, incluyendo suministro, instalación y comisionado de equipos.

@endforelse

Ver Todas las FAQs

@endif {{-- Client Logos --}} {{--

Nuestros Clientes


--}}
{{-- Locations & Map --}}

{{ config('site.welcome.location_heading', __('Location')) }}

{{ config('site.welcome.location_heading', __('Our Location')) }}


@if(config('site.contact.google_maps_embed')) @else @endif