b2in/resources/views/web/faq.blade.php
2026-04-10 17:18:17 +02:00

24 lines
576 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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