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

28 lines
696 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', 'Kontakt - B2in')
@section('meta_description', 'Nehmen Sie Kontakt mit B2in auf persönliche Beratung zu Immobilien in Dubai & Einrichtungslösungen.')
@section('content')
<div class="bg-background">
<livewire:web.components.ui.header />
<main class="variante-glass-flow">
<livewire:web.components.ui.contact-form />
</main>
<livewire:web.components.ui.footer />
</div>
@endsection
@push('styles')
<style>
[x-cloak] {
display: none !important;
}
</style>
@endpush
@push('scripts')
{{-- Alpine.js wird zentral im Layout geladen --}}
@endpush