diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index c95fe4cb0..515effff8 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -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'));