@props(['data'])
{{ $data['eyebrow'] ?? 'International Business' }}

{!! str_replace('Globally.', 'Globally.', $data['headline'] ?? 'Expand Your Business Globally.') !!}

{{-- USA --}}
πŸ‡ΊπŸ‡Έ $ USD

{{ $data['usa_title'] ?? 'USA LLC Formation' }}

    @foreach($data['usa_features'] ?? [] as $feat)
  • {{ $feat }}
  • @endforeach
Start USA Registration
{{-- Divider line with bridge --}}
{{-- UK --}}
πŸ‡¬πŸ‡§ Β£ GBP

{{ $data['uk_title'] ?? 'UK LTD Incorporation' }}

    @foreach($data['uk_features'] ?? [] as $feat)
  • {{ $feat }}
  • @endforeach
Start UK Registration