diff --git a/app/components/stats.php b/app/components/stats.php index a7bd501..247bb10 100644 --- a/app/components/stats.php +++ b/app/components/stats.php @@ -3,10 +3,20 @@ declare(strict_types=1); /** - * Kennzahlen-Band. Props: $stats array{items: array{value, label}[]} + * Kennzahlen-Band über abgedunkeltem Foto (Vereinsgelände), Kanten verlaufen + * weich in den Seitenhintergrund. Props: + * $stats array{items: array{value, label}[], image?: array (img-Komponente)} */ +$image = $stats['image'] ?? [ + 'base' => 'img/pages/vereinsgelaende', + 'widths' => [1000, 1600], + 'alt' => '', +]; ?>
+