@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('landing.partials.logo')
{{ $content['hero']['eyebrow'] }}

{{ $content['hero']['title'] }} {{ $content['hero']['highlight'] }}

{{ $content['hero']['description'] }}

@foreach($content['hero']['highlights'] as $highlight)
{{ $highlight['label'] }}
@endforeach
BrandX ERP-supported UAE typing center customer service

{{ $content['hero']['image_eyebrow'] }}

{{ $content['hero']['image_title'] }}

{{ $content['hero']['status_title'] }}

{{ $content['hero']['status_description'] }}

{{ $content['partners']['heading'] }}

@foreach($content['partners']['items'] as $partner)
{{ $partner['name'] }}
@endforeach

{{ $content['core']['eyebrow'] }}

{{ $content['core']['title'] }}

{{ $content['core']['description'] }}

@foreach($content['core']['items'] as $item)
@include('landing.partials.icon', ['name' => $item['icon']])

{{ $item['title'] }}

{{ $item['description'] }}

@endforeach

{{ $content['workflow']['eyebrow'] }}

{{ $content['workflow']['title'] }}

{{ $content['workflow']['description'] }}

    @foreach($content['workflow']['bullets'] as $bullet)
  • {{ $bullet['text'] }}
  • @endforeach
UAE typing center team managing customer applications

{{ $content['workflow']['image_eyebrow'] }}

{{ $content['workflow']['image_title'] }}

{{ $content['features']['eyebrow'] }}

{{ $content['features']['title'] }}

{{ $content['features']['description'] }}

@foreach($content['features']['items'] as $item)
@include('landing.partials.icon', ['name' => $item['icon'], 'attributes' => new \Illuminate\View\ComponentAttributeBag(['class' => 'h-5 w-5'])])

{{ $item['title'] }}

{{ $item['description'] }}

@endforeach
Professional BrandX ERP customer service experience

{{ $content['advantages']['image_title'] }}

{{ $content['advantages']['image_description'] }}

{{ $content['advantages']['eyebrow'] }}

{{ $content['advantages']['title'] }}

{{ $content['advantages']['description'] }}

    @foreach($content['advantages']['bullets'] as $bullet)
  • {{ $bullet['text'] }}
  • @endforeach

{{ $content['cta']['eyebrow'] }}

{{ $content['cta']['title'] }}

{{ $content['cta']['description'] }}

@foreach($content['cta']['points'] as $point)

{{ $point['title'] }}

{{ $point['description'] }}

@endforeach