diff --git a/src/app/pages-family/playground/playground.page.html b/src/app/pages-family/playground/playground.page.html
index 7cce06a..86d67c5 100644
--- a/src/app/pages-family/playground/playground.page.html
+++ b/src/app/pages-family/playground/playground.page.html
@@ -23,18 +23,18 @@
-
+
- No idea 1
-
-
-
- No idea 2
-
-
-
- No idea 3
+ {{item.name}}
+
+
+
+
+
+
+
+
diff --git a/src/app/pages-family/playground/playground.page.ts b/src/app/pages-family/playground/playground.page.ts
index c82af56..051be34 100644
--- a/src/app/pages-family/playground/playground.page.ts
+++ b/src/app/pages-family/playground/playground.page.ts
@@ -41,6 +41,7 @@ export class PlaygroundPage implements OnInit {
playListTotalData:any;
playListData: [];
+ playFastMenu:[];
paygroundData(){
@@ -53,6 +54,7 @@ export class PlaygroundPage implements OnInit {
this.playListTotalData = playListTotalData;
//debugger;
// console.log("REFER RETURN->", this.referTotalData);
+ this.playFastMenu = this.playListTotalData.layer_menu;
this.playListData = this.playListTotalData.result_list;
console.log("playListTotalData RETURN DATA->", this.playListData);
}
diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html
index b25c6e6..1abd1e3 100644
--- a/src/app/pages/home/home.page.html
+++ b/src/app/pages/home/home.page.html
@@ -49,18 +49,31 @@
+
+
+
+
+ Playground
+ Get Started
+
+
+
-
-
-
-
- Artificial Intelligence Playground
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -76,9 +89,13 @@