@include('home.partials.badge', ['label' => __('messages.What Lab does')])

{{ __('home.The desk sites run on') }}

@foreach ([ ['icon' => 'document-text', 'title' => __('home.Brief access'), 'copy' => __('home.Every project keeps the prompt, files, and preview together so the next turn has context.')], ['icon' => 'computer-desktop', 'title' => __('home.Canvas updates'), 'copy' => __('home.The preview refreshes as files land. No export step to see what changed.')], ['icon' => 'folder', 'title' => __('home.File memory'), 'copy' => __('home.Markup stays in the tree. Come back later and pick up the same pages.')], ['icon' => 'globe-alt', 'title' => __('home.Publish controls'), 'copy' => __('home.Preview, domain, and GitHub import sit behind the same workspace permissions.')], ] as $item)

{{ $item['title'] }}

{{ $item['copy'] }}

@endforeach

{{ __('home.Workspace-ready') }}

{{ __('home.Roles, sessions, and pack limits travel with the account — not a separate admin product.') }}