Skip to content

Commit cb5eeac

Browse files
authored
Merge pull request #3171 from codeeu/homepage-slider-changes
Reverting festive banner
2 parents 66bcd33 + 3229a71 commit cb5eeac

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function index(Request $request): View
1616
'url' => '/dream-jobs-in-digital',
1717
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
1818
'btn_lang' => 'home.get_involved',
19-
],
19+
], */
2020
[
2121
'title' => 'home.banner5_title',
2222
'description' => 'home.banner5_description',
@@ -25,17 +25,8 @@ public function index(Request $request): View
2525
'btn_lang' => 'home.learn_more',
2626
'url2' => null,
2727
'btn2_lang' => null
28-
],*/
29-
[
30-
'title' => 'home.banner7_title',
31-
'description' => 'home.banner7_description',
32-
'url' => '/blog/festive-acts-of-digital-kindness',
33-
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
34-
'btn_lang' => 'home.learn_more',
35-
'url2' => null,
36-
'btn2_lang' => null
37-
],
38-
[
28+
],
29+
[
3930
'title' => 'home.banner4_title',
4031
'description' => 'home.banner4_description',
4132
'url' => 'https://codeweek.eu/blog/digital-educator-awards-2025/',

resources/views/static/home.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
132132

133133
@php
134134
$backgroundImages = [
135-
//asset('/images/csr/csr_about1.jpg'),
136-
asset('/images/homepage/festive_acts_of_digital_kindness.png'),
135+
asset('/images/csr/csr_about1.jpg'),
137136
asset('/images/dream-jobs/dream_jobs_bg.png'),
138137
asset('/images/digital-girls/banner_bg.png'),
139138
asset('images/homepage/slide1.png'),

0 commit comments

Comments
 (0)