32 lines
939 B
PHP
32 lines
939 B
PHP
@extends('web.layouts.web-master')
|
|
|
|
@section('title', 'Style2own - Kreative Wohnkonzepte & Moderne Lebensräume')
|
|
|
|
@section('content')
|
|
<div class="bg-background">
|
|
<livewire:web.components.ui.header />
|
|
|
|
<main>
|
|
<livewire:web.components.sections.hero-slider />
|
|
<livewire:web.components.sections.vision-section bg="" />
|
|
<livewire:web.components.sections.content-section layout="right" bg="bg-accent" section="about_philosophie" />
|
|
<livewire:web.components.sections.ecosystem-core bg="bg-background" />
|
|
<livewire:web.components.sections.brand-worlds bg="bg-accent" />
|
|
<livewire:web.components.sections.c-t-a-section bg="bg-secondary" />
|
|
</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
|