diff --git a/content/page/home/cta2/cta2.md b/content/page/home/cta2/cta2.md
index 711a6a37e..b1ad137cf 100644
--- a/content/page/home/cta2/cta2.md
+++ b/content/page/home/cta2/cta2.md
@@ -1,13 +1,12 @@
---
id: home_cta2
-title: ''
-button: Watch Our Video
-link: https://vimeo.com/438190961
-button2: ''
-link2: ''
-button3: ''
-link3: ''
-
+title: ""
+video_button: Watch Our Video
+video_link: https://player.vimeo.com/video/438190961
+button: ""
+link: ""
+button2: ""
+link2: ""
---
Get to know the ThreeFold vision better.
diff --git a/src/components/custom/Modal.vue b/src/components/custom/Modal.vue
new file mode 100644
index 000000000..562da14e6
--- /dev/null
+++ b/src/components/custom/Modal.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue
index ff5bb1e30..569fdfd20 100644
--- a/src/components/custom/Navbar/Navbar.vue
+++ b/src/components/custom/Navbar/Navbar.vue
@@ -173,7 +173,7 @@
{{ element.name }}{{ element.name }}
diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue
index 37adbfe96..836550925 100644
--- a/src/components/custom/sections/CallToAction.vue
+++ b/src/components/custom/sections/CallToAction.vue
@@ -1,45 +1,74 @@
-
-
+
+
+
+ {{ cta.button }}
+ {{ cta.button2 }}
+ {{ cta.button3 }}
+
diff --git a/src/pages/Index.vue b/src/pages/Index.vue
index b139e039b..21a8dcdc8 100644
--- a/src/pages/Index.vue
+++ b/src/pages/Index.vue
@@ -175,6 +175,8 @@
id
title
content
+ video_button
+ video_link
button
button2
button3