@php $lang = app()->getLocale() @endphp @extends('landing.layouts.landing') @section('main-content')

{{ __('landing.header.title') }}

{{ __('landing.header.description') }}
{{ __('landing.header.card.1.title') }}

{{ __('landing.header.card.1.description') }}

{{ __('landing.header.card.2.title') }}

{{ __('landing.header.card.2.description') }}

{{ __('landing.header.card.3.title') }}

{{ __('landing.header.card.3.description') }}

Kép leírása
{{--
--}}
{{ __('landing.secondaryheader.smalltitle') }}

{{ __('landing.secondaryheader.title') }}

@include('landing.components.text_image_grid', [ 'text_orientation' => 'end', 'image' => 'img/landing/'.$lang.'-iphone_1.png?time='.time(), 'image_secondary' => 'img/landing/'.$lang.'-iphone_1_s.png?time='.time(), 'titleTx' => 'landing.preferences.title', 'contentTx' => 'landing.preferences.description' ])
@include('landing.components.text_image_grid', [ 'text_orientation' => 'start', 'image' => 'img/landing/'.$lang.'-iphone_2.png?time='.time(), 'image_secondary' => 'img/landing/'.$lang.'-iphone_2_s.png?time='.time(), 'titleTx' => 'landing.roam_around_the_city.title', 'contentTx' => 'landing.roam_around_the_city.description' ])
@include('landing.components.text_image_grid', [ 'text_orientation' => 'end', 'image' => 'img/landing/'.$lang.'-iphone_3.png?time='.time(), 'image_secondary' => 'img/landing/'.$lang.'-iphone_3_s.png?time='.time(), 'titleTx' => 'landing.find_cool_rewards.title', 'contentTx' => 'landing.find_cool_rewards.description' ])
@include('landing.components.text_image_grid', [ 'text_orientation' => "start", 'image' => 'img/landing/'.$lang.'-iphone_4.png?time='.time(), 'image_secondary' => 'img/landing/'.$lang.'-iphone_4_s.png?time='.time(), 'titleTx' => 'landing.redeem.title', 'contentTx' => 'landing.redeem.description', 'button' => 'download_the_app', ])
{{--
--}} {{--
--}}
@include('landing.components.text_image_grid', [ 'text_orientation' => 'end', 'image' => 'img/landing/map.png', 'titleTx' => 'landing.put_your_business_on_the_map.title', 'contentTx' => 'landing.put_your_business_on_the_map.description', 'button' => 'contact_us', 'title_type' => 'underline', ])

{{ __('landing.bring_locco_to_your_city.title') }}

{{ __('landing.bring_locco_to_your_city.description') }}
@csrf {{-- --}} @error('city') {{ $message }} @enderror
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@endsection