14 lines
426 B
PHP
14 lines
426 B
PHP
<?php
|
|
|
|
return [
|
|
'description' => 'Professional legal services with integrity and excellence.',
|
|
'contact' => 'Contact Us',
|
|
'address' => 'American Building - Next to Al-Shini - 4th Floor',
|
|
'phone' => '+970 599 353 502',
|
|
'email' => 'info@libra.adv.ps',
|
|
'legal' => 'Legal',
|
|
'terms' => 'Terms of Service',
|
|
'privacy' => 'Privacy Policy',
|
|
'copyright' => 'Libra Law Firm. All rights reserved.',
|
|
];
|