@extends('layouts.mobiangra.theme')
@section('title', __('MobiAngra - Transporte Coletivo') . ' - ' . config('app.name'))
@section('content')
@include('mobiangra.sections.hero')
@include('mobiangra.sections.feature-grid')
@include('mobiangra.sections.map-preview')
@include('mobiangra.sections.alerts-promo')
@include('mobiangra.sections.news')
@include('mobiangra.sections.org-info')
@endsection
@push('scripts')
@if (($linhas ?? collect())->isNotEmpty())
@endif
@if (($alertasDestaque ?? collect())->count() > 1)
@endif
@endpush