{!! t('Trunçgil Teknoloji olarak Android, iOS, Windows, macOS, Huawei AppGallery, Meta Quest ve web için uygulamalarınızı fikirden yayına kadar hayata geçiriyoruz.') !!}
{{-- Features --}}
{!! t('Geliştirme Yetkinliklerimiz') !!}
{!! t('Trunçgil Teknoloji, uygulamanızı tüm hedef platformlara hazır hale getirmek için') !!} {!! t('her detayı') !!} {!! t('düşünür.') !!}
@foreach($features as $index => $feature)
{!! t($feature['title']) !!}
@endforeach
{{-- How It Works --}}
{!! t('Geliştirme Sürecimiz') !!}
{!! t('Trunçgil Teknoloji ile fikirden yayına') !!} {!! t('dört adımda') !!} {!! t('ilerleyin.') !!}
@foreach(array_slice($processSteps, 0, 2) as $index => $step)
{{ str_pad($index + 1, 2, '0', STR_PAD_LEFT) }}
{!! t($step['title']) !!}
{!! t($step['description']) !!}
@endforeach
@foreach(array_slice($processSteps, 2, 2) as $index => $step)