@@ -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 ' ));
0 commit comments