From 6662981172f601cb928ebb83ee59eeb17eaa5e18 Mon Sep 17 00:00:00 2001 From: Naser Mansour Date: Sat, 24 Jan 2026 20:10:38 +0200 Subject: [PATCH] updated founder bio --- lang/ar/home.php | 3 ++- lang/en/home.php | 3 ++- resources/views/livewire/pages/home.blade.php | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lang/ar/home.php b/lang/ar/home.php index 68a836c..e142341 100644 --- a/lang/ar/home.php +++ b/lang/ar/home.php @@ -10,7 +10,8 @@ return [ 'about_title' => 'تعرف على المؤسِّسة', 'lawyer_name' => 'هدى عرموش', 'lawyer_title' => 'محامية', - 'lawyer_bio' => 'أسست هدى عرموش ليبرا للحقوق برؤية لإنشاء مؤسسة قانونية منسوجة من نسيج المجتمع. بالتزامها بالعدالة والكرامة، تقود ممارسة تحقق في التحديات وتوثقها وتحولها إلى حلول قانونية مبتكرة. تُرافق ليبرا الأفراد والمؤسسات بأمانة واحترافية، ساعية لتعزيز العدالة وتمكين المرأة من خلال القانون والبحث والعمل الميداني.', + 'lawyer_bio' => 'أسست هدى عرموش ليبرا للحقوق انطلاقًا من رؤية تهدف إلى بناء مؤسسة قانونية متجذّرة في نسيج المجتمع، تؤمن بأن العدالة ممارسة يومية وليست مجرد مبدأ نظري. وبالتزام راسخ بقيم الكرامة والمسؤولية، تقود ليبرا ممارسة قانونية تُحلّل التحديات، وتوثّقها، وتحولها إلى حلول قانونية مبتكرة وفعّالة.', + 'lawyer_bio_2' => 'ترافق ليبرا الأفراد والمؤسسات بأعلى درجات الأمانة والاحتراف، وتسعى إلى تعزيز العدالة وتمكين المرأة من خلال العمل القانوني المتخصص، والبحث، والمبادرات الميدانية المؤثرة.', // Services Section 'services_title' => 'خدماتنا', diff --git a/lang/en/home.php b/lang/en/home.php index 64c14f9..d1648a7 100644 --- a/lang/en/home.php +++ b/lang/en/home.php @@ -10,7 +10,8 @@ return [ 'about_title' => 'Meet the Founder', 'lawyer_name' => 'Huda Armouche', 'lawyer_title' => 'Attorney at Law', - 'lawyer_bio' => 'Huda Armouche founded Libra for Rights with a vision to create a legal institution woven from the fabric of society. With a commitment to justice and dignity, she leads a practice that investigates challenges, documents them, and transforms them into innovative legal solutions. Libra accompanies individuals and institutions with honesty and professionalism, striving to advance justice and empower women through law, research, and fieldwork.', + 'lawyer_bio' => 'Huda Armouche founded Libra for Rights with a vision to build a legal institution rooted in the fabric of society, believing that justice is a daily practice, not merely a theoretical principle. With a steadfast commitment to dignity and responsibility, Libra leads a legal practice that analyzes challenges, documents them, and transforms them into innovative and effective legal solutions.', + 'lawyer_bio_2' => 'Libra accompanies individuals and institutions with the highest levels of integrity and professionalism, striving to advance justice and empower women through specialized legal work, research, and impactful field initiatives.', // Services Section 'services_title' => 'Our Services', diff --git a/resources/views/livewire/pages/home.blade.php b/resources/views/livewire/pages/home.blade.php index 567e2d4..4566df3 100644 --- a/resources/views/livewire/pages/home.blade.php +++ b/resources/views/livewire/pages/home.blade.php @@ -71,6 +71,9 @@ new #[Layout('components.layouts.public')] class extends Component

{{ __('home.lawyer_bio') }}

+

+ {{ __('home.lawyer_bio_2') }} +