@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') }}

@endsection