'Trampolinturnen in Kulmbach', 'description' => 'Sprünge, Schrauben und Salti auf dem Großtrampolin: Trampolinturnen beim TSV 08 Kulmbach in der Carl-von-Linde-Realschule. Zeiten und Kontakt im Überblick.', 'og_image' => 'img/pages/vereinsgelaende-1600.jpg', 'schema' => page_schema([ ['name' => 'Startseite', 'slug' => ''], ['name' => 'Turnen', 'slug' => 'turnen'], ['name' => 'Trampolinturnen', 'slug' => $slug], ]), ]; component('hero', ['hero' => $d['hero']]); component('group-schedule', [ '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'] ?? '', ]);