@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Language selector --}} @php $langs = ['en' => 'EN', 'nl' => 'NL', 'fr' => 'FR', 'de' => 'DE', 'es' => 'ES']; $current = app()->getLocale(); @endphp
@foreach ($langs as $code => $label) {{ $label }} @endforeach
{{-- Logo + tagline --}}
{{ config('app.name') }} {{ config('app.name') }}

{{ __('The platform for neurodivergent people.') }}

{{-- Daniel's story --}}
Daniel

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

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

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

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

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

{{-- Feature grid + toolkit card --}}

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

@foreach ([ ['vrijblijvend', '🤲'], ['overzichtelijk','🧭'], ['goedkoop', '💶'], ['respectvol', '🤝'], ['made_by', '🧩'], ] as [$key, $icon])

{{ $icon }}{{ __("intro.feature_{$key}_title") }}

{{ __("intro.feature_{$key}_body") }}

@endforeach {{-- Toolkit card --}}

🧠 {{ __('intro.tools_heading_short') }}

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

    @foreach ([ ['energy_agenda', __('intro.tool_energy_agenda_short')], ['signal_plan', __('intro.tool_signal_plan_short')], ['thoughts', __('intro.tool_thoughts_short')], ['emotions', __('intro.tool_emotions_short')], ['sensory', __('intro.tool_sensory_short')], ['personality', __('intro.tool_personality_short')], ] as [$key, $label])
  • {{ $label }}
  • @endforeach

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

{{-- Closing --}}

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

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

{{-- CTA — same layout as welcome page --}}

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

{{ __('Continue without login') }}
{{-- Footer --}}