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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user