diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 6e4369d..db4a58b 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -8,7 +8,12 @@ class Home extends BaseController { public function index() { - return view('web/index'); + $siteData =[]; + $out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/coregrade',[]); + $siteData['blogdata'] = is_array( $out['payload']['blogdata']) ? $out['payload']['blogdata'] : []; + $siteData['blog_media_url'] = $out['payload']['image_url']; + + return view('web/index',$siteData); } public function blog() diff --git a/app/Views/web/index.php b/app/Views/web/index.php index 6644df5..96c6786 100644 --- a/app/Views/web/index.php +++ b/app/Views/web/index.php @@ -196,9 +196,9 @@
Features
-

AI solutions tailored
for startups

+

AI solutions tailored
for learning

-

It is a long established fact that a reader will be distracted by the readable contedable content of a page whennt of a page when looking at its layout. The point of using Lorem Ipsum

+

Power your learning with CoreGrade, a flexible, scalable, and secure cloud and AI platform that enhances learning experiences, streamlines operations, and saves time to focus on what matters most—preparing you for the future.

@@ -329,16 +329,22 @@
LATEST BLOG
-

Innovate and thrive with
AI technology

+

Innovate and learn with
AI technology

+ +
- post + <?=$item['post_title']?> @@ -349,91 +355,28 @@ - By admin + By CoreGrade
- Comments (05) + Comments ()

- The future outlook for AI-powered your startups +

-

It is a long established fact that and a reader will be distrol acted It is a long established fact that

+
- Learn More -
-
- -
-
-
- post - -
-
- -

- Difference between your AI and automation -

-
-

It is a long established fact that and a reader will be distrol acted It is a long established fact that

-
- Learn More -
-
-
-
-
-
- post - -
-
- -

- Ignite ethical considerations for AI-powered startups -

-
-

It is a long established fact that and a reader will be distrol acted It is a long established fact that

-
- Learn More + Learn More
+ diff --git a/public/asset/images/faq/image-2.jpg b/public/asset/images/faq/image-2.jpg index 3d7ca05..c7e3ac7 100644 Binary files a/public/asset/images/faq/image-2.jpg and b/public/asset/images/faq/image-2.jpg differ