@extends('layouts.marketing', ['title' => 'BloomFeed']) @section('content') {{ __('app.hero_eyebrow') }} {{ __('app.hero_title') }} {{ __('app.hero_lede') }} @if ($hasOwner && ! \App\Models\Setting::registrationsOpen()) {{ __('app.login') }} @else {{ __('app.create_account') }} @endif {{ __('app.how_to_self_host') }} 📰 {{ __('app.feature_feeds_title') }} {{ __('app.feature_feeds_text') }} 📖 {{ __('app.feature_reader_title') }} {{ __('app.feature_reader_text') }} 🔒 {{ __('app.feature_home_title') }} {{ __('app.feature_home_text') }} 🔔 {{ __('app.notifiers') }} {{ __('app.notifiers_lede') }} {{ __('app.screenshots_title') }} {{ __('app.screenshots_lede') }} @php $screenshots = [ ['file' => 'dashboard-light.png', 'caption' => __('app.screenshot_dashboard')], ['file' => 'dashboard-dark.png', 'caption' => __('app.screenshot_dark')], ['file' => 'reader-light.png', 'caption' => __('app.screenshot_reader')], ['file' => 'catalog-light.png', 'caption' => __('app.screenshot_catalog')], ['file' => 'notifiers-light.png', 'caption' => __('app.screenshot_notifiers')], ]; @endphp @foreach ($screenshots as $index => $shot) @endforeach {{ $screenshots[0]['caption'] }} @endsection
{{ __('app.hero_lede') }}
{{ __('app.feature_feeds_text') }}
{{ __('app.feature_reader_text') }}
{{ __('app.feature_home_text') }}
{{ __('app.notifiers_lede') }}
{{ __('app.screenshots_lede') }}
{{ $screenshots[0]['caption'] }}