Skip to content
Merged

Dev #3184

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,6 @@ public function index(Request $request): View
'btn_lang' => 'home.get_involved',
'url2' => '/blog/code-week-25-programme/',
// 'btn2_lang' => 'home.download_brochure_btn',
],
[
'title' => 'home.banner2_title',
'description' => 'home.banner2_description',
'url' => '/community',
'style_color' => 'background: linear-gradient(36.92deg, rgb(51, 194, 233) 20.32%, rgb(0, 179, 227) 28.24%);',
'btn_lang' => 'home.meet_our_community',
'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
]
]);
return view('static.home', compact('activities'));
Expand Down
Loading