{{-- About page content. Edit each section below to fill in your own text. All section headings are translated via lang/*.json. --}}
{{-- ── Mission & Vision ─────────────────────────────────────────────── --}}

{{ __('Mission & Vision') }}

{!! __('about.mission') !!}
{!! __('about.vision') !!}
{{-- ── Bio / Team ───────────────────────────────────────────────────── --}}

{{ __('About the team') }}

{!! __('about.team') !!}

{{-- ── Accessibility & ND Design ────────────────────────────────────── --}}

{{ __('Accessibility & ND design') }}

{{ __('about.accessibility_intro') }}

{{-- ── Community Values ─────────────────────────────────────────────── --}}

{{ __('Community values') }}

{{ __('about.values_intro') }}

{{-- ── Roadmap ──────────────────────────────────────────────────────── --}}

{{ __('Roadmap') }}

{{ __('about.roadmap_intro') }}

{{-- ── FAQ ─────────────────────────────────────────────────────────── --}}

{{ __('Frequently asked questions') }}

@foreach ([ ['about.faq_q1', 'about.faq_a1'], ['about.faq_q2', 'about.faq_a2'], ['about.faq_q3', 'about.faq_a3'], ] as [$q, $a])

{{ __($q) }}

{{ __($a) }}

@endforeach
{{-- ── Legal & Fiscal Info ──────────────────────────────────────────── --}} {{-- ── Press / Media ────────────────────────────────────────────────── --}}

{{ __('Press & media') }}

{{ __('about.press') }} {{ __('contact form') }}.