diff --git a/content/page/home/brandPanel/brandPanel.md b/content/page/home/brandPanel/brandPanel.md
new file mode 100644
index 000000000..59bfe63d0
--- /dev/null
+++ b/content/page/home/brandPanel/brandPanel.md
@@ -0,0 +1,10 @@
+---
+id: brand_panel
+title: Title
+subtitle: Subtitle
+sourceUrl: '' #link for button
+btnTxt: Button
+image: image_name.png # Please add image in src/assets/brandPanel/
+---
+
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
\ No newline at end of file
diff --git a/content/page/home/comparison/main/main.md b/content/page/home/comparison/main/main.md
new file mode 100644
index 000000000..1ab460398
--- /dev/null
+++ b/content/page/home/comparison/main/main.md
@@ -0,0 +1,7 @@
+---
+id: comparison
+title: Title
+description: Lorem Ipsum is simply dummy text of the printing and typesetting industry.
+button: Button
+link: '' #add button link here
+---
diff --git a/content/page/home/comparison/section1/image_name.png b/content/page/home/comparison/section1/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/comparison/section1/image_name.png differ
diff --git a/content/page/home/comparison/section1/section1.md b/content/page/home/comparison/section1/section1.md
new file mode 100644
index 000000000..e2165ff6d
--- /dev/null
+++ b/content/page/home/comparison/section1/section1.md
@@ -0,0 +1,7 @@
+---
+id: section1
+svg: ./image_name.png
+title: Title
+---
+
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
diff --git a/content/page/home/comparison/section2/image_name.png b/content/page/home/comparison/section2/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/comparison/section2/image_name.png differ
diff --git a/content/page/home/comparison/section2/section2.md b/content/page/home/comparison/section2/section2.md
new file mode 100644
index 000000000..a17fc887c
--- /dev/null
+++ b/content/page/home/comparison/section2/section2.md
@@ -0,0 +1,7 @@
+---
+id: section2
+svg: ./image_name.png
+title: Title
+---
+
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
diff --git a/content/page/home/comparison/section3/image_name.png b/content/page/home/comparison/section3/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/comparison/section3/image_name.png differ
diff --git a/content/page/home/comparison/section3/section3.md b/content/page/home/comparison/section3/section3.md
new file mode 100644
index 000000000..f40d5e76a
--- /dev/null
+++ b/content/page/home/comparison/section3/section3.md
@@ -0,0 +1,7 @@
+---
+id: section3
+svg: ./image_name.png
+title: Title
+---
+
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
diff --git a/content/page/home/home.md b/content/page/home/home.md
index 89569da49..5c1bcf478 100644
--- a/content/page/home/home.md
+++ b/content/page/home/home.md
@@ -1,15 +1,13 @@
---
id: home
-header_title: BIG TITLE
-header_image: ./image_name.png
-header_altImg: BIG TITLE
-header_excerpt: Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
-button: Button
-link: '' #link for button
+header_altImg: ''
+solution_image: ./image_name.png
header: home_header
-cards: [card1, card2, card3] #you can continue adding cards as needed
-cta: home_cta
+productsMain: product
+productData: [product1, product2, product3]
+comparisonMain: comparison
+comparisonSecs: [section1, section2, section3]
+brandPanel: brand_panel
logos: [logo1, logo2, logo3, logo4, logo5, logo6] #you can continue adding logos as needed
-inTheNews: in_the_news
-signup: home_signup
+cta: home_cta
---
diff --git a/content/page/home/productData/main/main.md b/content/page/home/productData/main/main.md
new file mode 100644
index 000000000..b637cae6e
--- /dev/null
+++ b/content/page/home/productData/main/main.md
@@ -0,0 +1,5 @@
+---
+id: product
+title: product
+subtitle: Subtitle
+---
diff --git a/content/page/home/productData/product1/image_name.png b/content/page/home/productData/product1/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/productData/product1/image_name.png differ
diff --git a/content/page/home/productData/product1/product1.md b/content/page/home/productData/product1/product1.md
new file mode 100644
index 000000000..e79822ded
--- /dev/null
+++ b/content/page/home/productData/product1/product1.md
@@ -0,0 +1,6 @@
+---
+id: product1
+title: Title
+image : ./image_name.png
+---
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
diff --git a/content/page/home/productData/product2/image_name.png b/content/page/home/productData/product2/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/productData/product2/image_name.png differ
diff --git a/content/page/home/productData/product2/product2.md b/content/page/home/productData/product2/product2.md
new file mode 100644
index 000000000..c5fde0cda
--- /dev/null
+++ b/content/page/home/productData/product2/product2.md
@@ -0,0 +1,6 @@
+---
+id: product2
+title: Title
+image : ./image_name.png
+---
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
diff --git a/content/page/home/productData/product3/image_name.png b/content/page/home/productData/product3/image_name.png
new file mode 100644
index 000000000..41d321d9a
Binary files /dev/null and b/content/page/home/productData/product3/image_name.png differ
diff --git a/content/page/home/productData/product3/product3.md b/content/page/home/productData/product3/product3.md
new file mode 100644
index 000000000..feed9c288
--- /dev/null
+++ b/content/page/home/productData/product3/product3.md
@@ -0,0 +1,6 @@
+---
+id: product3
+title: Title
+image : ./image_name.png
+---
+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s
\ No newline at end of file
diff --git a/src/pages/Index.vue b/src/pages/Index.vue
index a6e721fba..c880e280a 100644
--- a/src/pages/Index.vue
+++ b/src/pages/Index.vue
@@ -1,41 +1,72 @@
-
+
+
+
+
+
+
+
+
-
+ /> -->
-
+
-
+ /> -->
-
+ /> -->
@@ -50,6 +81,7 @@
header_altImg
button
link
+ solution_image
header{
title
subtitle
@@ -59,6 +91,18 @@
btn2
link2
}
+ productsMain{
+ id
+ title
+ subtitle
+ # image
+ }
+ productData{
+ id
+ title
+ content
+ image
+ }
cards{
id
title
@@ -75,6 +119,28 @@
button
link
}
+ comparisonMain{
+ id
+ title
+ description
+ button
+ link
+ }
+ comparisonSecs{
+ id
+ svg
+ title
+ content
+ }
+ brandPanel{
+ id
+ title
+ subtitle
+ excerpt(length: 2000)
+ sourceUrl
+ btnTxt
+ image
+ }
logos{
id
image
@@ -104,7 +170,10 @@