merges box on start-page
Build and Push Docker Image / build (push) Successful in 41s

This commit is contained in:
2026-08-27 07:45:17 +02:00
parent adaae41e44
commit 1a2673f708
+5 -24
View File
@@ -90,35 +90,16 @@
</p>
</div>
<!-- Hero tile: beA workflow -->
<a href="/tools/bea" class="block w-full max-w-2xl mx-auto">
<Card.Root class="transition hover:shadow-md cursor-pointer">
<Card.Content class="flex flex-col items-center gap-4 py-10">
<div
class="flex h-16 w-16 items-center justify-center rounded-2xl bg-primary text-primary-foreground"
>
<Archive class="h-8 w-8" />
</div>
<div class="text-center">
<h2 class="text-[18px] font-bold text-primary-900">ZIP-Archiv bearbeiten</h2>
<p class="mt-1 text-[14px] text-primary-700">
beA-Archive verarbeiten, Teildokumente erstellen und als PDF exportieren.
</p>
</div>
</Card.Content>
</Card.Root>
</a>
<!-- ZIP drop entry point -->
<!-- ZIP entry point -->
<div class="mx-auto w-full max-w-2xl">
<FileDropzone
onFilesSelected={openBeaFiles}
accept=".zip,application/zip,application/x-zip-compressed"
multiple={true}
ariaLabel="ZIP-Dateien hinzufügen"
label="ZIP-Datei hier ablegen"
sublabel="oder zum Auswählen klicken"
class="py-6"
ariaLabel="ZIP-Archiv bearbeiten"
label="ZIP-Archiv bearbeiten"
sublabel="ZIP-Datei hier ablegen oder zum Auswählen klicken"
class="py-10 bg-white border-primary-300"
/>
</div>