@props([ 'service', 'slug', 'contactSlug' => null, 'locationSuffix' => '', 'localizedRoute', ]) @php $ctaPrimaryLabel = trim((string) ($service['ctaText'] ?? '')); if ($ctaPrimaryLabel === '') { $ctaPrimaryLabel = __('messages.service_detail.start_your_project', ['location_suffix' => $locationSuffix]); } @endphp

{{ __('messages.service_detail.start_project_today_section_label') }}

{{ __('messages.service_detail.start_project_today', ['service' => $service['name'], 'location_suffix' => $locationSuffix]) }}

{{ __('messages.service_detail.start_project_desc', ['service' => strtolower($service['name']), 'count' => 189, 'location_suffix' => $locationSuffix]) }}

@if(! empty($service['pricing']) || ! empty($service['deliveryTime']))
    @if(! empty($service['pricing']))
  • {{ $service['pricing'] }}
  • @endif @if(! empty($service['deliveryTime']))
  • {{ __('messages.service_detail.delivery') }}: {{ $service['deliveryTime'] }}
  • @endif
@endif

{{ __('messages.service_detail.no_commitment') }}