libra/lang/en/home.php

71 lines
2.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'tagline' => 'Committed to Justice Grounded in Dignity Driven to Advocate',
'intro' => 'Libra for Rights is a legal institution woven from the fabric of society, offering innovative legal solutions with honesty and professionalism.',
'cta_book' => 'Book a Consultation',
'cta_services' => 'Our Services',
// About Section
'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.',
// Services Section
'services_title' => 'Our Services',
'services_subtitle' => 'Comprehensive legal solutions for individuals and businesses',
'services' => [
'consultations' => [
'icon' => 'chat-bubble-left-right',
'title' => 'Legal Consultations',
'description' => 'Expert legal advice tailored to your specific situation and needs.',
],
'representation' => [
'icon' => 'scale',
'title' => 'Court Representation',
'description' => 'Professional representation before courts and judicial bodies at all stages.',
],
'litigation' => [
'icon' => 'document-text',
'title' => 'Litigation Management',
'description' => 'Complete case management from pleadings and memoranda to appeals.',
],
'contracts' => [
'icon' => 'pencil-square',
'title' => 'Contract Services',
'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',
],
],
];