Refactor About page settings: replace management section with a video upload feature, update view to display static management information, and clean up related settings for improved content management and user experience.

This commit is contained in:
2025-07-29 14:28:03 +05:00
parent 76397637f0
commit 453e8caa82
9 changed files with 200 additions and 260 deletions

View File

@@ -29,11 +29,6 @@ class AboutSettings extends Settings
public string $company_structure_advisor_name;
public array $company_structure_departments; // [{name: "HSE", person: "Michael Brown"}]
// Our Management Section
public string $our_management_title;
public string $our_management_subtitle;
public array $our_management_team; // [{name: "John Smith", title: "CEO", description: "...", image: "..."}]
// Our Facilities Section
public string $our_facilities_title;
public string $our_facilities_subtitle;