Neuaufbau des Repositories
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
2026-04-10 21:14:11 +02:00
parent 3f61033d14
commit 79bea8cf56
309 changed files with 31416 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'predefined_badges' => [
['label' => 'VIP Deal', 'class' => 'bg-purple-500/20 text-purple-300 border-purple-500/30'],
['label' => 'Instant Rakeback', 'class' => 'bg-green-500/20 text-green-400 border-green-500/30'],
['label' => 'No Sticky', 'class' => 'bg-blue-500/20 text-blue-300 border-blue-500/30'],
['label' => 'Daily Rewards', 'class' => 'bg-yellow-500/20 text-yellow-400 border-yellow-500/30'],
['label' => 'High Roller', 'class' => 'bg-red-500/20 text-red-400 border-red-500/30'],
['label' => 'Exclusive', 'class' => 'bg-orange-500/20 text-orange-400 border-orange-500/30'],
],
'predefined_key_features' => [
'24/7 Support',
'Fast Withdrawals',
'Large Game Selection',
'Mobile Friendly',
'Live Casino',
'Sports Betting',
'VIP Program',
'Crypto Payments',
],
];