{{-- Hero Section --}}
{{ config('site.welcome.hero_badge', 'Solutions') }}

{{ config('site.welcome.hero_subtitle', 'A creative solutions company') }}

{{ config('site.welcome.hero_heading', 'Helping you to meet the goals of the digital age') }}

{{-- Services Grid Section --}} @if(is_module_active('services'))
@forelse($services->take(8) ?? [] as $index => $service) @empty {{-- Servicios por defecto --}} @php $defaultServices = [ ['title' => __('Brand') . "\n" . __('Development'), 'img' => 1], ['title' => __('Content') . "\n" . __('Marketing'), 'img' => 2], ['title' => __('Graphic') . "\n" . __('Design'), 'img' => 3], ['title' => __('Web') . "\n" . __('Development'), 'img' => 4], ['title' => __('UX') . "\n" . __('Design'), 'img' => 5], ['title' => __('App') . "\n" . __('Development'), 'img' => 6], ['title' => __('Logo') . "\n" . __('Design'), 'img' => 7], ['title' => __('Creative') . "\n" . __('Advertising'), 'img' => 8], ]; @endphp @foreach($defaultServices as $index => $service) @endforeach @endforelse
@endif {{-- Concept Section --}}

{{ config('site.welcome.about_heading', 'Innovation to transform your organization.') }}

{{ config('site.welcome.about_text', 'Cras a elit sit amet leo accumsan volutpat. Suspendisse hendreriast ehicula leo, vel efficitur felis ultrices non. Cras a elit sit amet leo acun volutpat. Suspendisse hendrerit vehicula leo, vel efficitur fel.') }}

{{ config('site.welcome.about_section1_title', 'What We Do') }}

{{ config('site.welcome.about_section1_content', 'We provide comprehensive creative solutions including brand development, graphic design, web development, and digital marketing strategies tailored to your business needs.') }}

{{ config('site.welcome.about_section2_title', 'Pro Experience') }}

{{ config('site.welcome.about_section2_content', 'With over 10 years of experience in the creative industry, our team brings expertise and innovation to every project, ensuring exceptional results for our clients.') }}

{{ config('site.welcome.about_section3_title', 'Partners and Investors') }}

{{ config('site.welcome.about_section3_content', 'We work with leading companies and investors, building strong partnerships that drive growth and success in the digital marketplace.') }}

{{-- About Section --}}

{{ config('site.welcome.split_heading', "Let's take your business to the next level!") }}

{{ config('site.welcome.split_text', 'Cras a elit sit amet leo accumsan volutpat. Suspendisse hendreriast ehicula leo, vel efficitur felis ultrices non.') }}

{{ config('site.welcome.split_badge_1', '10+ years experience') }} {{ config('site.welcome.split_badge_2', 'Market-Focused') }} {{ config('site.welcome.split_badge_3', 'Top expertise') }} {{ config('site.welcome.split_badge_4', 'Corporate Investors') }} {{ config('site.welcome.split_badge_5', 'Integrity & Innovation') }}
{{-- Client Logos --}}

{{ __('Trusted by great companies like') }}

@if(isset($clientLogos) && count($clientLogos) > 0) @foreach($clientLogos as $logo)
@endforeach @else @php $logoNumbers = [8, 9, 10, 11, 12, 13]; @endphp @foreach($logoNumbers as $logoNum)
@endforeach @endif
{{-- Featured Projects --}} @if(is_module_active('projects'))

{{ __('Loved by people') }} {{ __('check out how we help') }}
{{ __('customers across the') }} {{ __('globe.') }}

@forelse(($featuredProjects ?? collect())->take(3) as $index => $project)

{{ $project->title }}

{{ Str::limit($project->description ?? $project->excerpt, 150) }}

@empty {{-- Proyectos por defecto --}} @php $defaultProjects = [ ['title' => config('site.welcome.project_1_title', __('Proyecto destacado')), 'desc' => config('site.welcome.project_1_desc', __('Una breve descripción del proyecto, lo que se hizo y los resultados obtenidos.')), 'img' => 1], ['title' => config('site.welcome.project_2_title', __('Caso de éxito')), 'desc' => config('site.welcome.project_2_desc', __('Una breve descripción del proyecto, lo que se hizo y los resultados obtenidos.')), 'img' => 2], ['title' => config('site.welcome.project_3_title', __('Trabajo creativo')), 'desc' => config('site.welcome.project_3_desc', __('Una breve descripción del proyecto, lo que se hizo y los resultados obtenidos.')), 'img' => 3], ]; @endphp @foreach($defaultProjects as $index => $project)

{{ $project['title'] }}

{{ $project['desc'] }}

@endforeach @endforelse
@endif
{{-- Numbers Section --}}

{{ config('site.welcome.numbers_heading', 'Excellent results for over more than 10 years in the creative market.') }}