'Matchcenter – Spiele, Ergebnisse & Tabellen', 'description' => 'Spielplan, Ergebnisse und Tabellen der Mannschaften des TSV 08 Kulmbach – 1. und 2. Mannschaft sowie Damen, automatisch aktuell.', 'og_image' => 'img/pages/fussball-hero-1600.jpg', 'scripts' => ['crest.js', 'group-tabs.js'], 'schema' => array_merge( page_schema([ ['name' => 'Startseite', 'slug' => ''], ['name' => 'Fußball', 'slug' => 'fussball'], ['name' => 'Matchcenter', 'slug' => 'matchcenter'], ]), sportsevent_nodes($upcoming) ), ]; component('hero', ['hero' => [ 'compact' => true, 'align' => 'bottom-left', 'title' => 'Matchcenter', 'text' => 'Alle Spiele, Ergebnisse und Tabellen unserer Aktivenmannschaften – immer aktuell.', 'image' => [ 'base' => 'img/pages/fussball-hero', 'widths' => [640, 1000, 1600], 'alt' => '', ], ]]); if ($teams === []) { component('matchcenter-empty'); return; } component('next-matches', ['matches' => $upcoming, 'teams' => $teams]); foreach ($teams as $team) { component('matchcenter-section', ['team' => $team]); }