@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') }}
@include('icons.account-circle', ['class' => 'fill-current width-4 height-4'])
{{ __('Privacy') }}. {{ __('No IP addresses, sessions, or cookies stored.') }}
@include('icons.security', ['class' => 'fill-current width-4 height-4'])
{{ __('Compliancy') }}. {{ __('Meets GDPR, CCPA, and PECR regulations.') }}
@include('icons.bolt', ['class' => 'fill-current width-4 height-4'])
{{ __('Speed') }}. {{ __('Tracking code smaller than 1kb in size.') }}

{{ __('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 realtime.') ], [ '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
example.com
{{ number_format(277, 0, __('.'), __(',')) }}
United States
{{ number_format(73, 0, __('.'), __(',')) }}
{{ __('Berlin') }}
Berlin
{{ number_format(55, 0, __('.'), __(',')) }}
{{ __('Desktop') }}
Desktop
{{ number_format(546, 0, __('.'), __(',')) }}
Chrome
Chrome
{{ number_format(469, 0, __('.'), __(',')) }}
Windows
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 in your favorite 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