@section('site_title', formatTitle([config('settings.title'), __(config('settings.tagline'))])) @extends('layouts.app') @section('content')

{{ __('Simple, powerful & recognizable links') }}

{{ __('Brand, track, and share your short links, engage with your users on a different level.') }}

@if(config('settings.short_guest'))
session()->get('link')) style="display: none;"@endif>
@csrf
@if ($errors->has('url')) {{ $errors->first('url') }} @endif @if ($errors->has('domain')) {{ $errors->first('domain') }} @endif @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@if(config('settings.captcha_shorten')) {!! NoCaptcha::displaySubmit('short-form', __('Shorten'), ['data-theme' => (request()->cookie('dark_mode') == 1 ? 'dark' : 'light'), 'data-size' => 'invisible', 'class' => 'btn btn-primary btn-lg btn-block font-size-lg mt-3 mt-sm-0']) !!} {!! NoCaptcha::renderJs(__('lang_code')) !!} @else @endif
@include('home.link')
@else
@if(config('settings.registration')) {{ __('Get started for free') }} @endif {{ __('Learn more') }}
@endif

{{ __('Features') }}

{{ __('Measure traffic, know your audience, stay in control of your links.') }}

@include('icons.stats', ['class' => 'fill-current width-6 height-6 text-cyan'])
{{ __('Statistics') }}
{{ __('Get to know your audience, analyze the performance of your links.') }}
@include('icons.pixel', ['class' => 'fill-current width-6 height-6 text-blue'])
{{ __('Retargeting') }}
{{ __('Retarget your audience by adding tracking pixels to your links.') }}
@include('icons.devices', ['class' => 'fill-current width-6 height-6 text-purple'])
{{ __('Targeting') }}
{{ __('Redirect your users based on the country, platform, or language.') }}
@include('icons.calendar', ['class' => 'fill-current width-6 height-6 text-magenta'])
{{ __('Campaigns') }}
{{ __('Run time or clicks limited marketing campaigns.') }}
@include('icons.security', ['class' => 'fill-current width-6 height-6 text-pink'])
{{ __('Privacy') }}
{{ __('Secure your links from unwanted visitors with the password option.') }}
@include('icons.settings', ['class' => 'fill-current width-6 height-6 text-rose'])
{{ __('Customizability') }}
{{ __('Customize your links with custom domains and aliases.') }}

{{ __('Empower your links') }}

{{ __('Users are aware of the links they\'re clicking, branded links will increase your brand recognition, inspire trust and increase your click-through rate.') }}

@php $features2 = [ [ 'icon' => 'domain', 'title' => __('Domains'), 'color' => 'primary', 'description' => __('Brand your links with your own domains and increase your click-through rate with up to 35% more.') ], [ 'icon' => 'alias', 'title' => __('Aliases'), 'color' => 'primary', 'description' => __('There\'s no need for hard to remember links, personalize your links with easy to remember custom aliases.') ] ]; @endphp
@foreach($features2 as $feature)
@include('icons.'.$feature['icon'], ['class' => 'fill-current width-6 height-6 text-'.$feature['color']])
{{ $feature['title'] }}
{{ $feature['description'] }}
@endforeach
{{ __('Links') }}
example.com/bqh6e
Apple
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.horizontal-menu', ['class' => 'fill-current width-4 height-4'])​
example.com/qyd8s
Microsoft - Official Home Page
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.horizontal-menu', ['class' => 'fill-current width-4 height-4'])​
example.net/b6vxe
YouTube
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.horizontal-menu', ['class' => 'fill-current width-4 height-4'])​
example.org/e362o
Messenger
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.horizontal-menu', ['class' => 'fill-current width-4 height-4'])​
example.com/gmyux
Yahoo
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.horizontal-menu', ['class' => 'fill-current width-4 height-4'])​

{{ __('Empower yourself') }}

{{ __('Get to know your audience with our detailed statistics and better understand the performance of your links, while also being GDPR, CCPA and PECR compliant.') }}

@php $features3 = [ [ 'icon' => 'stats', 'title' => __('Stats'), 'color' => 'primary', 'description' => __('Get detailed statistics such as Referrers, Countries, Cities, Browsers, Platforms, Languages and Devices.') ], [ 'icon' => 'pixel', 'title' => __('Retargeting'), 'color' => 'primary', 'description' => __('Increase your conversion by reaching back your audience with our integration of pixel retargeting.') ] ]; @endphp
@foreach($features3 as $feature)
@include('icons.'.$feature['icon'], ['class' => 'fill-current width-6 height-6 text-'.$feature['color']])
{{ $feature['title'] }}
{{ $feature['description'] }}
@endforeach
{{ __('Stats') }}
United States
{{ number_format(12, 0, __('.'), __(',')) }}
Windows
{{ number_format(30, 0, __('.'), __(',')) }}
Chrome
{{ number_format(25, 0, __('.'), __(',')) }}
www.youtube.com
{{ number_format(18, 0, __('.'), __(',')) }}
Desktop
{{ number_format(36, 0, __('.'), __(',')) }}

{{ __('Integrations') }}

{{ __('Easily integrates with your favorite retargeting platforms.') }}

@if(paymentProcessors())

{{ __('Plans') }}

{{ __('Simple pricing plans for everyone and every budget.') }}

@include('shared.pricing')
@else
{{ __('Join us') }}

{{ __('Ready to get started?') }}

{{ __('Track your visitors without compromising their privacy.') }}

{{ __('Get started') }}
@endif
@endsection