12-05-2026 admin, Panel Displays

This commit is contained in:
Kevin Adametz 2026-05-12 18:28:38 +02:00
parent 0762e3beac
commit 6a65354f4c
43 changed files with 3273 additions and 410 deletions

View file

@ -187,7 +187,7 @@
<p class="mt-2 text-sm text-muted-foreground">
{{ data_get($showUi, 'next_step_text') }}
</p>
<a href="/contact" class="mt-5 inline-flex w-full justify-center btn-primary-accent">
<a href="#projekt-anfrage" class="mt-5 inline-flex w-full justify-center btn-primary-accent">
{{ data_get($showUi, 'request_cta') }}
</a>
</div>
@ -227,13 +227,13 @@
{{ data_get($showUi, 'interest_text') }}
</p>
<div class="mt-8 flex flex-col justify-center gap-3 sm:flex-row">
<a href="/contact"
<a href="#projekt-anfrage"
class="btn-primary-accent px-8 py-4 text-lg">{{ data_get($showUi, 'interest_cta_consult') }}</a>
<a href="{{ $overviewUrl }}#projekte"
class="btn-secondary-accent px-8 py-4 text-lg">{{ data_get($showUi, 'interest_cta_more') }}</a>
</div>
<div class="mt-10 text-left">
<div id="projekt-anfrage" class="mt-10 scroll-mt-24 text-left">
<livewire:web.components.sections.immobilien-contact-form :projectSlug="$project['slug'] ?? ''" :projectTitle="$project['title'] ?? ''"
:showInterest="false" :submitLabel="data_get($ui, 'modal.request_submit', 'Anfrage absenden')"
wire:key="azizi-project-detail-contact-form-{{ $project['slug'] ?? 'project' }}" />