Anpassung Design
This commit is contained in:
+18
-3
@@ -5,15 +5,20 @@ declare(strict_types=1);
|
||||
return [
|
||||
'app' => [
|
||||
'base_path' => getenv('FOTOBOX_BASE_PATH') ?: '',
|
||||
'locale' => 'de_DE',
|
||||
],
|
||||
'company' => [
|
||||
'name' => 'Fotobox Moments',
|
||||
'tagline' => 'Fotobox-Vermietung fuer Hochzeiten, Geburtstage und Firmenevents',
|
||||
'tagline' => 'Fotobox-Vermietung für Hochzeiten, Geburtstage und Firmenveranstaltungen',
|
||||
'email' => 'hallo@fotobox-moments.local',
|
||||
'phone' => '+49 170 1234567',
|
||||
'website' => 'https://fotobox-moments.local',
|
||||
'service_area' => 'Musterstadt und Umgebung',
|
||||
'response_time' => 'Antwort meist innerhalb von 24 Stunden',
|
||||
'pickup_window' => 'Abholung ab 17:00 Uhr',
|
||||
'return_window' => 'Rückgabe bis 13:00 Uhr',
|
||||
'address' => [
|
||||
'street' => 'Musterstrasse 12',
|
||||
'street' => 'Musterstraße 12',
|
||||
'postal_code' => '12345',
|
||||
'city' => 'Musterstadt',
|
||||
],
|
||||
@@ -23,11 +28,21 @@ return [
|
||||
'bic' => 'DEMOXXX',
|
||||
'bank_name' => 'Musterbank',
|
||||
],
|
||||
'tax_notice' => 'Gemaess Paragraph 19 UStG wird keine Umsatzsteuer berechnet.',
|
||||
'legal' => [
|
||||
'owner' => 'Fotobox Moments',
|
||||
'representative' => 'Fotobox Moments',
|
||||
'vat_id' => '',
|
||||
'register_court' => '',
|
||||
'register_number' => '',
|
||||
'privacy_contact' => 'Datenschutzanfragen bitte an hallo@fotobox-moments.local richten.',
|
||||
'dispute_notice' => 'Wir sind nicht bereit und nicht verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.',
|
||||
],
|
||||
'tax_notice' => 'Gemäß § 19 UStG wird keine Umsatzsteuer berechnet.',
|
||||
],
|
||||
'pricing' => [
|
||||
'default_day_rate_cents' => 9999,
|
||||
'currency' => 'EUR',
|
||||
'label' => '99,99 € pro Miettag',
|
||||
],
|
||||
'admin' => [
|
||||
'username' => 'admin',
|
||||
|
||||
Reference in New Issue
Block a user