From 8a11b1565e7cc51eeea4f7855adf9ba2a89dd3cc Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Tue, 6 Jan 2026 16:21:21 +0000 Subject: [PATCH 1/2] 2026 certs ua fix --- app/Http/Controllers/HomeController.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index c95fe4cb0..867bf4964 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -53,24 +53,6 @@ public function index(Request $request): View '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')); } From ece184fe7e422e0b988348cc20ba525c2ee4cbd9 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Tue, 6 Jan 2026 16:22:02 +0000 Subject: [PATCH 2/2] 2026 certs ua fix --- app/Http/Controllers/HomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 867bf4964..515effff8 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -52,7 +52,7 @@ public function index(Request $request): View 'btn_lang' => 'home.get_involved', 'url2' => '/blog/code-week-25-programme/', // 'btn2_lang' => 'home.download_brochure_btn', - ], + ] ]); return view('static.home', compact('activities')); }