@include('home.partials.badge', ['label' => __('home.How it works')])
{{ __('home.From kickoff to a live page in one sitting') }}
{{ __('home.A short path that keeps the tools you already have — browser, files, domain — in the loop.') }}
@foreach ([
['n' => __('home.Step 01'), 'title' => __('home.Write the brief'), 'copy' => __('home.Say what the site is for. Lab turns that into pages, type, and layout.')],
['n' => __('home.Step 02'), 'title' => __('home.Review the canvas'), 'copy' => __('home.Watch the preview update. Open a file when you want a precise change.')],
['n' => __('home.Step 03'), 'title' => __('home.Publish with a clear view'), 'copy' => __('home.Ship when it holds. Custom domain and GitHub import unlock on paid packs.')],
] as $index => $step)
$index < 2])>
{{ $step['n'] }}
{{ $step['title'] }}
{{ $step['copy'] }}
@endforeach