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' => 'Drafting, review, and legal compliance for all your contractual needs.',
],
],
// Values Section
'values_title' => 'Our Values',
'values_subtitle' => 'These start in the field and return to the people',
'values' => [
'integrity' => [
'icon' => 'shield-check',
'title' => 'Integrity',
],
'justice' => [
'icon' => 'scale',
'title' => 'Justice',
],
'knowledge' => [
'icon' => 'academic-cap',
'title' => 'Knowledge',
],
'empowerment' => [
'icon' => 'heart',
'title' => "Women's Empowerment",
],
'professionalism' => [
'icon' => 'briefcase',
'title' => 'Professionalism',
],
'innovation' => [
'icon' => 'light-bulb',
'title' => 'Social Innovation',
],
],
];