@extends('layouts.generic') @section('scripts') @stop @section('styles') {!! Minify::stylesheet([ '/css/pages/home.css', ])->withFullUrl() !!} @stop @section('content')

{{__('Give Them The Content')}}

{{__('You Know They Really Want!')}}

{{__("SnowBunni.com is the no frills social platform getting straight to the core of bunny and fan connections. The site allows a specific category of artists and content creators who specialize in delivering a certain type of sought after content to their eager fans! Our platform allows creators to monetize their content and maximize their profit while developing authentic relationships with their fanbase.")}}

@if(count($starMembers))

{{__("Stars of the Week")}}

{{__("Here's a list of curated content creators starring Bunni for the week's featured spot!")}}

@foreach($starMembers as $member)
@include('elements.vertical-member-card',['profile' => $member])
@endforeach
@endif
{{__('Sign Up and Start Posting!')}}
{{__('Get started today! Create your profile and make your first post! Enjoy high quality content, made by you for the ones that like you!')}}
{{__('Bring a Friend and Earn More!')}}
{{__("There's nothing better than a pair! Invite another bunny into your content and get more attention and praise! Premium content equals premium pricing!")}}
{{__('Have Fun! Make it a Party!')}}
{{__("Enjoy private conversations and get tipped for your content. You have full control! Allow fans to pay to unlock special posts!")}}

{{__('You Know What Kind Of Attention You Like,')}}

{{__('And Who You Like It From!')}}

{{__("Its all in the name, while we don't limit the type of content creators by ethnicity or culture we do aim to focus on providing a curated experience for those looking for a particular type of fun. If you consider yourself a cute snow bunny who likes attention/gifts/praise from black wolves then this is the platform to prosper.")}}

{{__('Main features')}}

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

@include('elements.icon',['icon'=>'phone-portrait-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Full Privacy Control")}}

{{__("Set your profile to be hidden from unregistered users as well as search and suggestions.")}}

@include('elements.icon',['icon'=>'cog-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Pricing Control")}}

{{__("Set your pricing as you see fit, offer discount bundles on 6 and 12 month subscriptions.")}}

@include('elements.icon',['icon'=>'people-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Toggle Notifications")}}

{{__("Choose to get notified every time you get a new sub, message, tip, comment, and more.")}}

@include('elements.icon',['icon'=>'list-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Verified Profiles")}}

{{__("Complete the verification process and ensure your subs that you are who you say you are.")}}

@include('elements.icon',['icon'=>'moon-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Premium Posts")}}

{{__("On top of your normal subscriptions you can offer individual pay to unlock premium posts for extra exciting content!")}}

@include('elements.icon',['icon'=>'language-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Easy Profile Management")}}

{{__("Its very easy to manage your subs, content, profile, and withdrawals. Anyone can do it!")}}

@include('elements.icon',['icon'=>'chatbubbles-outline','variant'=>'large','centered'=>false,'classes'=>''])
{{__("Low Withdrawal Minimums")}}

{{__("Get access to your cash fast! Request withdrawal after your first $10!")}}

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

{{__("Stay updated with list users and bookmarks.")}}

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

{{__("Stay safe with user and content reporting. We don't stand for any type of abuse or harassment.")}}

{{__("Technologies used")}}

{{__("Built on secure, scalable and reliable techs")}}

{{__("Fresh Bunni's")}}

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

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

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

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

@stop