Post::published() ->latest('published_at') ->take(3) ->get(), ]; } }; ?>
{{-- 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
{{-- Values Section --}}

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

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

@foreach(['integrity', 'justice', 'knowledge', 'empowerment', 'professionalism', 'innovation'] as $value)

{{ __('home.values.' . $value . '.title') }}

@endforeach
{{-- Latest Posts Section --}} @if($latestPosts->count() > 0)

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

@foreach($latestPosts as $post) @endforeach
@endif