b2in/dev/27-02-2026/backup-before-relaunch/ecosystem.blade.php
2026-04-10 17:18:17 +02:00

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