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

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

{{ __('Realtime web analytics with privacy and simplicity at its core.') }}

{{ __('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.') }} {{ __('All your data belongs to you, 100%.') }}

{{ __('Analytics') }}

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

@php $features = [ [ 'icon' => 'live', 'title' => __('Realtime'), 'description' => __('See a detailed report of your website traffic in real time.') ], [ 'icon' => 'overview', 'title' => __('Overview'), 'description' => __('Get a comprehensive overview of your website statistics.') ], [ 'icon' => 'behavior', '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' => 'geographic', 'title' => __('Geographic'), 'description' => __('Find out where your visitors are from, down to the city level.') ], [ 'icon' => 'platforms', 'title' => __('Technology'), 'description' => __('Know the devices and software your visitors are using.') ], [ 'icon' => 'event', 'title' => __('Events'), 'description' => __('Create custom events and track their conversions.') ], [ 'icon' => 'export', '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(config('settings.stripe'))

{{ __('Pricing') }}

{{ __('Simple, traffic-based pricing.') }}

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

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

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

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