@extends('layouts.app') @section('title', __('site.meta.title')) @section('description', __('site.meta.description')) @section('content')
{{ __('site.landing.hero.kicker') }}

{!! __('site.landing.hero.title') !!}

{{ __('site.landing.hero.description') }}

Manual car wash centers Interior & exterior cleaning Polishing & detailing Online booking & billing
{{ __('site.landing.hero.stat_booking') }} {{ __('site.landing.hero.stat_waiting') }} {{ __('site.landing.hero.stat_invoices') }}
Bilpleie App Preview

{{ __('site.landing.features.title') }}

@foreach(__('site.landing.features.items') as $index => $feature)
@php $icons = [ '', '', '', '', '', '', '' ]; @endphp {!! $icons[$index] ?? '' !!}

{{ $feature['title'] }}

{{ $feature['description'] }}

@endforeach

{{ __('site.landing.how_it_works.title') }}

{{ __('site.landing.how_it_works.for_customers.title') }}

    @foreach(__('site.landing.how_it_works.for_customers.steps') as $index => $step)
  1. {{ $index + 1 }} {{ $step }}
  2. @endforeach

{{ __('site.landing.how_it_works.for_centers.title') }}

    @foreach(__('site.landing.how_it_works.for_centers.steps') as $index => $step)
  1. {{ $index + 1 }} {{ $step }}
  2. @endforeach
@endsection