@extends('layouts.generic') @section('page_description', getSetting('site.description')) @section('share_url', route('home')) @section('share_title', getSetting('site.name') . ' - ' . getSetting('site.slogan')) @section('share_description', getSetting('site.description')) @section('share_type', 'article') @section('share_img', GenericHelper::getOGMetaImage()) @section('scripts') @stop @section('styles') {!! Minify::stylesheet([ '/css/pages/home.css', '/css/pages/search.css', ])->withFullUrl() !!} @stop @section('content')

{{__('Make more money')}}

{{__('with your content')}}

🚀 {{__("Start your own premium creators platform with our ready to go solution.")}}

{{__('Make more money')}}
{{-- {{__('Make more money')}}--}} {{-- {{__('Make more money')}}--}}
{{__('Paywall social network')}}
{{__('Paywall social network')}}
{{__('homepage_subHeader_paywall_description')}}
{{__('For fans and creators')}}
{{__('For fans and creators')}}
{{__('homepage_subHeader_fans_description')}}
{{__('Enjoy quality content')}}
{{__('Enjoy quality content')}}
{{__("homepage_subHeader_content_description")}}
{{__('Make more money')}}

{{__('Create your profile')}}

{{__('in just a few clicks')}}

{{__("become a creator long")}}

{{__('Main features')}}

{{__("Here's a glimpse at the main features our script offers")}}

@include('elements.icon',['icon'=>'wallet-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Advanced paywall")}}

{{__("homepage_paywall_description")}}

@include('elements.icon',['icon'=>'albums-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Advanced posting capabilities")}}

{{__("homepage_posting_description")}}

{{--
--}} {{--
--}} {{-- @include('elements.icon',['icon'=>'hardware-chip-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])--}} {{--
--}} {{--
{{__("AI Ready")}}
--}} {{--

{{__("homepage_ai_description")}}

--}} {{--
--}}
@include('elements.icon',['icon'=>'chatbubbles-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Live chat & Notifications")}}

{{__("homepage_chat_description")}}

@include('elements.icon',['icon'=>'phone-portrait-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Mobile Ready")}}

{{__("homepage_mobile_description")}}

@include('elements.icon',['icon'=>'moon-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Light & Dark themes")}}

{{__("homepage_themes_description")}}

@include('elements.icon',['icon'=>'language-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("RTL & Locales")}}

{{__("homepage_rtl_description")}}

@include('elements.icon',['icon'=>'bookmarks-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Post Bookmarks & User lists")}}

{{__("homepage_lists_description")}}

@include('elements.icon',['icon'=>'flag-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Content flagging and User reports")}}

{{__("homepage_reports_description")}}

@include('elements.icon',['icon'=>'videocam-outline','variant'=>'large','centered'=>false,'classes'=>'text-primary'])
{{__("Live streaming")}}

{{__("homepage_live_description")}}

{{--
--}} {{--
--}} {{--
--}} {{--

{{__("Earnings simulator")}}

--}} {{--

{{__("Calculate the rough ammount you can earn on our platform, based on your subscription price and followers count.")}}

--}} {{--
--}} {{--
--}} {{--
--}}

{{__("Featured creators")}}

{{__("Here's list of currated content creators to start exploring now!")}}

@if(count($featuredMembers)) @foreach($featuredMembers as $member)
@include('elements.feed.suggestion-card',['profile' => $member])
@endforeach @endif

{{__("Got questions?")}}

{{__("Don't hesitate to send us a message at")}} - {{__("Contact")}}

@stop