Trampolin: echte Trainingszeiten, Trainerinnen und Kontakt vom Hallen-Aushang
Drei Karten nach Zielgruppe (Kinder+Erwachsene Mo, Kinder ab 5 Do, Kinder ab 10 und Fortgeschrittene Do) mit Tag/Zeit und Trainerteam je Session, Schnupper-Hinweis auf "nach Absprache" umgestellt, Fußnote zu den Schulferien. group-schedule bekommt zwei optionale Props (contactEmail/contactPhone) fuer Tinas persoenlichen Kontakt in der Kontaktkachel (tel:-Muster wie person-card, keine neue CSS-Regel). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HXDvgRDHQ9iGjs4KCXykEj
This commit is contained in:
@@ -22,11 +22,14 @@ $meta = [
|
||||
|
||||
component('hero', ['hero' => $d['hero']]);
|
||||
component('group-schedule', [
|
||||
'location' => $d['location'] ?? [],
|
||||
'lead' => $d['lead'] ?? '',
|
||||
'notice' => $d['notice'] ?? '',
|
||||
'noticeTitle' => $d['notice_title'] ?? '',
|
||||
'noticeTone' => $d['notice_tone'] ?? 'info',
|
||||
'noticeIcon' => $d['notice_icon'] ?? 'info-circle',
|
||||
'groups' => $d['groups'] ?? [],
|
||||
'location' => $d['location'] ?? [],
|
||||
'lead' => $d['lead'] ?? '',
|
||||
'contactEmail' => $d['contact_email'] ?? '',
|
||||
'contactPhone' => $d['contact_phone'] ?? '',
|
||||
'notice' => $d['notice'] ?? '',
|
||||
'noticeTitle' => $d['notice_title'] ?? '',
|
||||
'noticeTone' => $d['notice_tone'] ?? 'info',
|
||||
'noticeIcon' => $d['notice_icon'] ?? 'info-circle',
|
||||
'groups' => $d['groups'] ?? [],
|
||||
'footnote' => $d['footnote'] ?? '',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user