Skip to content

Commit 2120272

Browse files
authored
Merge pull request #3184 from codeeu/dev
Dev
2 parents d3e1bc7 + 1b64c2b commit 2120272

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,6 @@ public function index(Request $request): View
5252
'btn_lang' => 'home.get_involved',
5353
'url2' => '/blog/code-week-25-programme/',
5454
// 'btn2_lang' => 'home.download_brochure_btn',
55-
],
56-
[
57-
'title' => 'home.banner2_title',
58-
'description' => 'home.banner2_description',
59-
'url' => '/community',
60-
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
61-
'btn_lang' => 'home.meet_our_community',
62-
'url2' => null,
63-
'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
7355
]
7456
]);
7557
return view('static.home', compact('activities'));

0 commit comments

Comments
 (0)