complete story 14.4

This commit is contained in:
Naser Mansour
2026-01-09 17:09:32 +02:00
parent fbd5d91da3
commit 88961e11b4
5 changed files with 249 additions and 10 deletions
+30
View File
@@ -37,4 +37,34 @@ return [
'description' => 'صياغة ومراجعة العقود والامتثال القانوني لجميع احتياجاتكم التعاقدية.',
],
],
// Values Section
'values_title' => 'قيمنا',
'values_subtitle' => 'تبدأ من الميدان وتعود إلى الناس',
'values' => [
'integrity' => [
'icon' => 'shield-check',
'title' => 'النزاهة',
],
'justice' => [
'icon' => 'scale',
'title' => 'العدالة',
],
'knowledge' => [
'icon' => 'academic-cap',
'title' => 'المعرفة',
],
'empowerment' => [
'icon' => 'heart',
'title' => 'تمكين المرأة',
],
'professionalism' => [
'icon' => 'briefcase',
'title' => 'الاحترافية',
],
'innovation' => [
'icon' => 'light-bulb',
'title' => 'الابتكار الاجتماعي',
],
],
];