First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
32
resources/views/web/b2a.blade.php
Normal file
32
resources/views/web/b2a.blade.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
@extends('web.layouts.web-master')
|
||||
|
||||
@section('title', 'B2A Export - European Design for the US Market')
|
||||
|
||||
@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
|
||||
Loading…
Add table
Add a link
Reference in a new issue