{{-- Hero Section --}}
{{ __('Marketing') }}
{{ __('Let\'s Go') }}

{{ __('Beyond Expectations') }}

{{ __('Crafting') }} {{ __('Success') }}
{{ __('Through') }} {{ __('Marketing') }}

{{ __('Digital Marketing') }}
{{ __('Growth Agency') }}
{{-- Marquee Section --}}

{{ __('Planning') }} • {{ __('Positioning') }} • {{ __('Market Research') }} • {{ __('Optimization') }} • {{ __('Analysis') }} • {{ __('Strategy') }} •

{{-- Client Logos --}}
@if(isset($clientLogos) && count($clientLogos) > 0) @foreach($clientLogos as $index => $logo)
@endforeach @else {{-- Logos por defecto (logo-3, logo-4, logo-5, logo-6, logo-7, logo-1) --}} @php $logoNumbers = [3, 4, 5, 6, 7, 1]; @endphp @foreach($logoNumbers as $index => $logoNum)
@endforeach @endif
{{-- Empowering Brands Section --}}

{{ __('Empowering brands with innovative strategies to drive') }} {{ __('growth') }} {{ __('and success.') }}

{{ __('Unlock your brand\'s potential with tailored marketing strategies that connect, engage, and drive measurable results.') }}

{{-- Impact Numbers Section --}}
{{ __('Impact Numbers') }}
0

{{ __('Years of Growth') }}

{{ __('Over a decade of driving consistent growth, delivering impactful results, and empowering brands to achieve their fullest potential') }}

0

{{ __('Revenue Generated') }}

{{ __('Millions in revenue generated through strategic campaigns, helping our clients achieve remarkable financial success and sustainable growth.') }}

0

{{ __('Business Served') }}

{{ __('Partnered with hundreds of businesses across diverse industries, delivering tailored marketing solutions that drive results and foster long-term success.') }}

{{-- What We Do Section --}}
{{ __('What We Do') }}
{{-- Strategy --}}
{{ __('Strategy') }}

{{ __('Strategy') }}

  • {{ __('Market Research & Analysis') }}
  • {{ __('Brand Strategy') }}
  • {{ __('Digital Marketing Strategy') }}
  • {{ __('Content Strategy') }}
  • {{ __('SEO & SEM Strategy') }}
  • {{ __('Customer Journey Mapping') }}
  • {{ __('Go-to-Market Strategy') }}
  • {{ __('Social Media Strategy') }}
  • {{ __('Pricing Strategy') }}
  • {{ __('Partnership & Alliances Strategy') }}
{{-- Marketing --}}
{{ __('Marketing') }}

{{ __('Marketing') }}

  • {{ __('Content Marketing') }}
  • {{ __('Social Media Marketing') }}
  • {{ __('Search Engine Optimization (SEO)') }}
  • {{ __('Email Marketing') }}
  • {{ __('Pay-Per-Click (PPC) Advertising') }}
  • {{ __('Influencer Marketing') }}
  • {{ __('Affiliate Marketing') }}
  • {{ __('Brand Strategy') }}
  • {{ __('Market Research and Analysis') }}
  • {{ __('Public Relations and Media Outreach') }}
{{-- Design --}}
{{ __('Design') }}

{{ __('Design') }}

  • {{ __('Graphic Design') }}
  • {{ __('Web Design') }}
  • {{ __('Logo and Branding Design') }}
  • {{ __('User Experience (UX) Design') }}
  • {{ __('User Interface (UI) Design') }}
  • {{ __('Print Design') }}
  • {{ __('Packaging Design') }}
  • {{ __('Motion Graphics and Animation') }}
{{-- Empowering Brands Section 2 --}}

{{ __('Empowering') }} {{ __('brands') }} {{ __('with innovative') }} {{ __('strategies') }} {{ __('to drive growth and success.') }}

{{-- Featured Projects Section --}} @if(is_module_active('projects'))
{{ __('Featured Projects') }}
    @forelse($featuredProjects ?? [] as $index => $project)
  • {{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}
    {{ $project->categories->first()->name ?? __('Marketing') }}
  • @empty {{-- Proyectos por defecto si no hay módulo activo --}} @for($i = 1; $i <= 5; $i++)
  • {{ str_pad($i, 2, '0', STR_PAD_LEFT) }}
    {{ __('Marketing') }}
  • @endfor @endforelse
@endif {{-- Parallax Section --}}
{{-- Testimonials Section --}} @if(is_module_active('references'))

{{ __('Beyond Expectations') }}

{{ __('See what our clients are') }} {{ __('saying!') }}

{{ __('Planning') }} • {{ __('Positioning') }} • {{ __('Market Research') }} • {{ __('Optimization') }} • {{ __('Analysis') }} • {{ __('Strategy') }} •

@endif