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

{{ __('Smart and powerful short links') }}

{{ __('Stay in control of your links with advanced features for shortening, targeting, and tracking.') }}

@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_id')) {{ $errors->first('domain_id') }} @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' => (config('settings.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 @endif

{{ __('Features') }}

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

@include('icons.devices-other', ['class' => 'fill-current width-6 height-6 text-cyan'])
{{ __('Target') }}
{{ __('Redirect your users based on the country, platform, or language.') }}
@include('icons.filter-center-focus', ['class' => 'fill-current width-6 height-6 text-blue'])
{{ __('Retarget') }}
{{ __('Retarget your audience by adding tracking pixels to your links.') }}
@include('icons.bar-chart', ['class' => 'fill-current width-6 height-6 text-purple'])
{{ __('Statistics') }}
{{ __('Get to know your audience, analyze the performance of your links.') }}
@include('icons.share', ['class' => 'fill-current width-6 height-6 text-rose'])
{{ __('Share') }}
{{ __('Share your links on popular social platforms or via QR codes.') }}
@include('icons.lock', ['class' => 'fill-current width-6 height-6 text-pink'])
{{ __('Privacy') }}
{{ __('Secure your links with password and expiration options.') }}
@include('icons.file-download', ['class' => 'fill-current width-6 height-6 text-magenta'])
{{ __('Export') }}
{{ __('Export all your links and statistics in CSV format.') }}

{{ __('Link management') }}

{{ __('Complete link management platform to brand, track and share your short links.') }}

@include('icons.link', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Links') }}
{{ __('Shorten, share, and export your links with our advanced set of features.') }}
@include('icons.workspaces', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Spaces') }}
{{ __('Group your links and keep them well organized through custom spaces.') }}
@include('icons.website', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Domains') }}
{{ __('Brand your links with your domains, inspire trust and increase your click-through rate.') }}
example.com/b6vxe
Consectetur - Adipiscing
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.org/e362o
Fusce - Vehicula
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.com/gmyux
Consequat - Elit Ornare
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.net/qyd8s
Sit - Amet
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.com/bqh6e
Lorem - Ipsum Dolorem
@include('icons.copy-link', ['class' => 'fill-current width-4 height-4'])​
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​

{{ __('Statistics') }}

{{ __('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.') }}

@include('icons.assesment', ['class' => 'fill-current width-4 height-4'])
{{ __('Overview') }}
@include('icons.link', ['class' => 'fill-current width-4 height-4'])
{{ __('Referrers') }}
@include('icons.flag', ['class' => 'fill-current width-4 height-4'])
{{ __('Countries') }}
@include('icons.business', ['class' => 'fill-current width-4 height-4'])
{{ __('Cities') }}
@include('icons.language', ['class' => 'fill-current width-4 height-4'])
{{ __('Languages') }}
@include('icons.devices', ['class' => 'fill-current width-4 height-4'])
{{ __('Platforms') }}
@include('icons.tab', ['class' => 'fill-current width-4 height-4'])
{{ __('Browsers') }}
@include('icons.devices-other', ['class' => 'fill-current width-4 height-4'])
{{ __('Devices') }}
United States
{{ number_format(12, 0, __('.'), __(',')) }}
Windows
{{ number_format(30, 0, __('.'), __(',')) }}
Chrome
{{ number_format(25, 0, __('.'), __(',')) }}
example.com
{{ number_format(18, 0, __('.'), __(',')) }}
Desktop
{{ number_format(36, 0, __('.'), __(',')) }}

{{ __('Integrations') }}

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

@if(paymentProcessors())

{{ __('Pricing') }}

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

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

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

{{ __('Create an account in seconds.') }}

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