lms/Modules/Updater/database/data/intro-section.php
2025-12-15 12:26:23 +01:00

85 lines
2.1 KiB
PHP

<?php
return [
[
'pages' => [
'home-1' => ['hero', 'partners', 'call_to_action'],
'home-2' => ['partners'],
'home-3' => ['partners', 'call_to_action'],
'home-4' => ['hero', 'partners'],
'home-5' => ['call_to_action'],
'our-team' => ['partners'],
],
'array' => ['image' => '']
],
[
'pages' => [
'home-1' => ['overview']
],
'array' => ['icon' => '', 'count' => '', 'color' => '', 'title' => '']
],
[
'pages' => [
'home-1' => ['faqs'],
'home-4' => ['faqs'],
'home-5' => ['faqs']
],
'array' => ['title' => '', 'description' => '']
],
[
'pages' => [
'home-2' => ['overview'],
'home-3' => ['overview']
],
'array' => ['icon' => '', 'count' => '', 'title' => '']
],
[
'pages' => [
'home-2' => ['testimonials'],
'home-3' => ['testimonials'],
'home-4' => ['testimonials'],
'home-5' => ['testimonials']
],
'array' => ['name' => '', 'image' => '', 'rating' => 0, 'description' => '']
],
[
'pages' => [
'home-3' => ['hero'],
'home-5' => ['statistics']
],
'array' => ['label' => '', 'value' => ''],
],
[
'pages' => [
'home-3' => ['features']
],
'array' => ['title' => '', 'image' => '', 'description' => ''],
],
[
'pages' => [
'home-4' => ['overview']
],
'array' => ['icon' => '', 'count' => '', 'bg_color' => '', 'text_color' => '', 'image' => '', 'title' => ''],
],
[
'pages' => [
'home-4' => ['instructor'],
'home-5' => ['instructor']
],
'array' => ['icon' => '', 'title' => '', 'description' => '']
],
// Inner pages
[
'pages' => ['about-us' => 'hero'],
'array' => ['title' => '', 'description' => '', 'image' => ''],
],
[
'pages' => ['about-us' => 'success_statistics'],
'array' => ['count' => '', 'title' => '', 'image' => '']
],
[
'pages' => ['about-us' => 'team'],
'array' => ['name' => '', 'role' => '', 'image' => ''],
],
];