@php($locale = app()->getLocale())

{{ __('site.nav_services') }}

{{ __('site.hero_title') }}

{{ __('site.cta_whatsapp') }} @if (site_shows_products()) {{ __('site.section_products') }} @endif @if (site_shows_services()) {{ __('site.section_services') }} @endif
@if (($shellCategories ?? collect())->isNotEmpty())

{{ __('site.browse_categories') }}

@foreach ($shellCategories as $cat) {{ locale_category_name($cat) }} @foreach ($cat->children as $child) {{ locale_category_name($child) }} @endforeach @endforeach
@endif