24 lines
576 B
PHP
24 lines
576 B
PHP
@extends('web.layouts.web-master')
|
||
|
||
@section('title', 'FAQ - B2in')
|
||
@section('meta_description', 'Häufig gestellte Fragen zu B2in – Immobilien in Dubai, Einrichtungsservice und mehr.')
|
||
|
||
@section('content')
|
||
<div class="bg-background">
|
||
<livewire:web.components.ui.header />
|
||
|
||
<main class="variante-glass-flow">
|
||
<livewire:web.components.sections.f-a-q bg="bg-background" section="faq" />
|
||
</main>
|
||
|
||
<livewire:web.components.ui.footer />
|
||
</div>
|
||
@endsection
|
||
|
||
@push('styles')
|
||
<style>
|
||
[x-cloak] {
|
||
display: none !important;
|
||
}
|
||
</style>
|
||
@endpush
|