Skip to content

Commit 66bcd33

Browse files
authored
Merge pull request #3169 from codeeu/homepage-slider-changes
changing new slider position
2 parents c043675 + b1bdf90 commit 66bcd33

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/Http/Controllers/HomeController.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ public function index(Request $request): View
2626
'url2' => null,
2727
'btn2_lang' => null
2828
],*/
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+
],
2938
[
3039
'title' => 'home.banner4_title',
3140
'description' => 'home.banner4_description',
@@ -61,15 +70,6 @@ public function index(Request $request): View
6170
'btn_lang' => 'home.meet_our_community',
6271
'url2' => null,
6372
'btn2_lang' => null
64-
],
65-
[
66-
'title' => 'home.banner7_title',
67-
'description' => 'home.banner7_description',
68-
'url' => '/blog/festive-acts-of-digital-kindness',
69-
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
70-
'btn_lang' => 'home.learn_more',
71-
'url2' => null,
72-
'btn2_lang' => null
7373
]
7474
]);
7575
return view('static.home', compact('activities'));

resources/views/static/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ class="absolute top-0 -translate-y-1/2 bg-yellow py-3 md:py-4 px-8 md:px-10 roun
133133
@php
134134
$backgroundImages = [
135135
//asset('/images/csr/csr_about1.jpg'),
136+
asset('/images/homepage/festive_acts_of_digital_kindness.png'),
136137
asset('/images/dream-jobs/dream_jobs_bg.png'),
137138
asset('/images/digital-girls/banner_bg.png'),
138139
asset('images/homepage/slide1.png'),
139140
asset('images/search/search_bg_lg_2.jpeg'),
140-
asset('/images/homepage/festive_acts_of_digital_kindness.png'),
141141
];
142142
@endphp
143143

0 commit comments

Comments
 (0)