14 lines
383 B
PHP
14 lines
383 B
PHP
<?php
|
|
|
|
return [
|
|
'description' => 'Professional legal services with integrity and excellence.',
|
|
'contact' => 'Contact Us',
|
|
'address' => 'Palestine',
|
|
'phone' => '+970 XX XXX XXXX',
|
|
'email' => 'info@libra.ps',
|
|
'legal' => 'Legal',
|
|
'terms' => 'Terms of Service',
|
|
'privacy' => 'Privacy Policy',
|
|
'copyright' => 'Libra Law Firm. All rights reserved.',
|
|
];
|