32 lines
884 B
PHP
32 lines
884 B
PHP
@extends('web.layouts.web-master')
|
|
|
|
@section('title', 'Stileigentum - Premium Immobilien & Zeitlose Eleganz')
|
|
|
|
@section('content')
|
|
<div class="bg-background">
|
|
<livewire:web.components.ui.header />
|
|
|
|
<main>
|
|
<livewire:web.components.sections.hero-image />
|
|
<livewire:web.components.sections.content-section layout="left" bg="bg-white" section="content_section_left" />
|
|
<livewire:web.components.sections.content-section layout="right" bg="bg-accent" section="content_section_right" />
|
|
|
|
<livewire:web.components.sections.ecosystem-stats />
|
|
<livewire:web.components.sections.c-t-a-section />
|
|
</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
|