diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index c5b047946..cef2d938a 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -16,7 +16,7 @@ public function index(Request $request): View 'url' => '/dream-jobs-in-digital', 'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);', 'btn_lang' => 'home.get_involved', - ], + ], */ [ 'title' => 'home.banner5_title', 'description' => 'home.banner5_description', @@ -25,17 +25,8 @@ public function index(Request $request): View 'btn_lang' => 'home.learn_more', 'url2' => null, 'btn2_lang' => null - ],*/ - [ - 'title' => 'home.banner7_title', - 'description' => 'home.banner7_description', - 'url' => '/blog/festive-acts-of-digital-kindness', - 'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);', - 'btn_lang' => 'home.learn_more', - 'url2' => null, - 'btn2_lang' => null - ], - [ + ], + [ 'title' => 'home.banner4_title', 'description' => 'home.banner4_description', 'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/', diff --git a/resources/views/static/home.blade.php b/resources/views/static/home.blade.php index fdf7bc491..adf2e93a4 100644 --- a/resources/views/static/home.blade.php +++ b/resources/views/static/home.blade.php @@ -132,8 +132,7 @@ class="absolute top-0 -translate-y-1/2 bg-yellow py-3 md:py-4 px-8 md:px-10 roun @php $backgroundImages = [ - //asset('/images/csr/csr_about1.jpg'), - asset('/images/homepage/festive_acts_of_digital_kindness.png'), + asset('/images/csr/csr_about1.jpg'), asset('/images/dream-jobs/dream_jobs_bg.png'), asset('/images/digital-girls/banner_bg.png'), asset('images/homepage/slide1.png'),