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

{{ __('Privacy focused web analytics') }}

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

{{ config('settings.title') }}
{{ __('Simple.') }} {{ __('Stats presented in a user friendly manner.') }}
{{ __('Private.') }} {{ __('No IP tracking, fingerprinting, or cookies.') }}
{{ __('Lightweight.') }} {{ __('Our tracking code is less than 1kb in size.') }}
{{ __('Compliant.') }} {{ __('Meets GDPR, CCPA and PECR.') }}
{{ __('Inclusive.') }} {{ __('Pricing plans for all traffic needs.') }}
{{ __('Yours.') }} {{ __('We never share your data with anyone.') }}

{{ __('Analytics') }}

{{ __('Get to know your visitors with our advanced analytics.') }}

@php $features = [ [ 'icon' => 'adjust', 'title' => __('Realtime'), 'description' => __('See a detailed report of your website traffic in real time.') ], [ 'icon' => 'assesment', 'title' => __('Overview'), 'description' => __('Get a comprehensive overview of your website statistics.') ], [ 'icon' => 'web', 'title' => __('Behavior'), 'description' => __('Analyze what pages perform the best on your website.') ], [ 'icon' => 'acquisition', 'title' => __('Acquisitions'), 'description' => __('Learn through which traffic channels you acquire your visitors.') ] ]; @endphp @foreach($features as $feature)
@include('icons.' . $feature['icon'], ['class' => 'fill-current width-4 height-4'])
{{ $feature['title'] }}
{{ $feature['description'] }}
@endforeach
/about
{{ number_format(340, 0, __('.'), __(',')) }}
www.google.com
{{ number_format(277, 0, __('.'), __(',')) }}
United States
{{ number_format(73, 0, __('.'), __(',')) }}
Berlin
{{ number_format(55, 0, __('.'), __(',')) }}
{{ __('Desktop') }}
{{ number_format(546, 0, __('.'), __(',')) }}
Chrome
{{ number_format(469, 0, __('.'), __(',')) }}
Windows
{{ number_format(379, 0, __('.'), __(',')) }}
@php $features = [ [ 'icon' => 'map', 'title' => __('Geographic'), 'description' => __('Find out where your visitors are from, down to the city level.') ], [ 'icon' => 'devices', 'title' => __('Technology'), 'description' => __('Know the devices and software your visitors are using.') ], [ 'icon' => 'filter-center-focus', 'title' => __('Events'), 'description' => __('Create custom events and track their conversions.') ], [ 'icon' => 'file-download', 'title' => __('Export'), 'description' => __('Export all your website\'s statistics in CSV format.') ] ]; @endphp @foreach($features as $feature)
@include('icons.' . $feature['icon'], ['class' => 'fill-current width-4 height-4'])
{{ $feature['title'] }}
{{ $feature['description'] }}
@endforeach

{{ __('Integrations') }}

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

@if(paymentProcessors())

{{ __('Pricing') }}

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

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

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

@endif
@endsection