@include('home.partials.badge', ['label' => __('home.Stories')])

{{ __('home.Ship the pages teams actually need') }}

@foreach ([ [ 'title' => __('home.Studio'), 'copy' => __('home.Portfolios, case studies, and visit pages from one brief.'), 'tasks' => [ __('home.Portfolio landing'), __('home.Case studies'), __('home.Visit form'), ], ], [ 'title' => __('home.Shop'), 'copy' => __('home.Catalog grids and product pages you can open as files.'), 'tasks' => [ __('home.Catalog grid'), __('home.Product page'), __('home.Hours and pickup'), ], ], [ 'title' => __('home.Docs'), 'copy' => __('home.Guides and reference pages that stay in the same tree.'), 'tasks' => [ __('home.Guide index'), __('home.Reference page'), __('home.Release notes'), ], ], ] as $column)

{{ $column['title'] }}

{{ $column['copy'] }}

@foreach ($column['tasks'] as $task)

{{ $task }}

@endforeach
@endforeach