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

33 lines
1 KiB
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', 'Über B2IN - Unser Team & Geschichte')
@section('meta_description', 'Lernen Sie B2in kennen gegründet von Marcel Scheibe. Unsere Vision: Design & Immobilien intelligent verbinden.')
@section('content')
<div class="bg-background">
<livewire:web.components.ui.header />
<main class="variante-glass-flow">
<livewire:web.components.sections.about-hero />
<livewire:web.components.sections.founder-bar />
<livewire:web.components.sections.our-story />
<livewire:web.components.sections.image-break section="about_image_break" />
<livewire:web.components.sections.our-values />
<livewire:web.components.sections.partner-c-t-a />
</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