diff --git a/src/Enum/TicketData.php b/src/Enum/TicketData.php index a04673e..bd7df05 100644 --- a/src/Enum/TicketData.php +++ b/src/Enum/TicketData.php @@ -14,10 +14,14 @@ class TicketData 'price' => 20, ], 3 => [ + 'name' => 'Kind (12-15 Jahre)', + 'price' => 25, + ], + 4 => [ 'name' => 'Kind (6-12 Jahre)', 'price' => 15, ], - 4 => [ + 5 => [ 'name' => 'Kind (0-6 Jahre)', 'price' => 0, ], diff --git a/templates/home/index.html.twig b/templates/home/index.html.twig index a90804f..bb6da31 100644 --- a/templates/home/index.html.twig +++ b/templates/home/index.html.twig @@ -83,34 +83,16 @@