{{-- Page À propos du site --}} @extends("layouts.base") {{-- Titre de la page --}} @section("title", __("about.page_title")) {{-- Contenu principal --}} @section("content")
{{-- En-tête de la page --}}

{{ __("about.main_title") }}

{{ __("about.main_subtitle") }}

{{-- Contenu principal --}}
{{-- Section Mission --}}

{{ __("about.mission_title") }}

{{ __("about.mission_intro") }}

{{ __("about.mission_quote") }}

{{ __("about.mission_description") }}

{{ __("about.mission_impact") }}

{{-- Section Valeurs --}}

{{ __("about.values_title") }}

{{-- Valeur 1: Bienveillance --}}
💚

{{ __("about.value_kindness_title") }}

{{ __("about.value_kindness_description") }}

{{-- Valeur 2: Respect --}}
🤝

{{ __("about.value_respect_title") }}

{{ __("about.value_respect_description") }}

{{-- Valeur 3: Soutien --}}
🤗

{{ __("about.value_support_title") }}

{{ __("about.value_support_description") }}

{{-- Valeur 4: Anonymat --}}
🔒

{{ __("about.value_anonymity_title") }}

{{ __("about.value_anonymity_description") }}

{{-- Section Espoir --}}

{{ __("about.hope_title") }}

{{ __("about.hope_intro") }}

{{ __("about.hope_vision") }}

{{ __("about.hope_message") }}

{{-- Section Communauté --}}

{{ __("about.community_title") }}

{{ __("about.community_description") }}

{{ __("about.community_invitation") }}

{{ __("about.community_reminder") }}

{{-- Appel à l'action --}}

{{ __("about.cta_title") }}

{{ __("about.cta_description") }}

@endsection