{{-- Hero Section --}}
{{-- Tagline --}}

{{ __('home.tagline') }}

{{-- Introductory Text --}}

{{ __('home.intro') }}

{{-- CTA Buttons --}}
{{-- About Section --}}

{{ __('home.about_title') }}

{{-- Photo --}}
{{ __('home.lawyer_name') }}
{{-- Bio --}}

{{ __('home.lawyer_name') }}

{{ __('home.lawyer_title') }}

{{ __('home.lawyer_bio') }}

{{-- Services Section --}}

{{ __('home.services_title') }}

{{ __('home.services_subtitle') }}

@foreach(['consultations', 'representation', 'litigation', 'contracts'] as $service)

{{ __('home.services.' . $service . '.title') }}

{{ __('home.services.' . $service . '.description') }}

@endforeach