36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
@extends('web.layouts.web-master')
|
|
|
|
@section('title', 'B2In Ecosystem - Intelligentes Netzwerk')
|
|
|
|
@section('content')
|
|
<div class="bg-background">
|
|
<livewire:web.components.ui.header />
|
|
|
|
<main class="variante-glass-flow">
|
|
<livewire:web.components.sections.partner-hero section="ecosystem_hero" />
|
|
<livewire:web.components.sections.ecosystem-stats />
|
|
<livewire:web.components.sections.content-section layout="right" bg="bg-accent"
|
|
section="ecosystem_start" />
|
|
<livewire:web.components.sections.content-section layout="left" bg=""
|
|
section="ecosystem_hub" />
|
|
<livewire:web.components.sections.content-section layout="right" bg="bg-accent"
|
|
section="ecosystem_result" />
|
|
<livewire:web.components.sections.digital-core />
|
|
<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
|