diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md index 757a766bc..a6052c36a 100644 --- a/content/page/about-us/about-us.md +++ b/content/page/about-us/about-us.md @@ -14,4 +14,5 @@ link: "#" brandPanel: about_brandPanel brandPanel2: about_brandPanel2 brandPanel3: about_brandPanel3 +cta: about_cta --- diff --git a/content/page/about-us/cta/about_join.png b/content/page/about-us/cta/about_join.png new file mode 100644 index 000000000..7816794fa Binary files /dev/null and b/content/page/about-us/cta/about_join.png differ diff --git a/content/page/about-us/cta/index.md b/content/page/about-us/cta/index.md new file mode 100644 index 000000000..bfb2b6618 --- /dev/null +++ b/content/page/about-us/cta/index.md @@ -0,0 +1,10 @@ +--- +id: about_cta +title: JOIN OUR JOURNEY +image: ./about_join.png +button: Join Us +link: "#" +--- +Join us on our journey to build the digital +
+infrastructure that will connect humanity diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index ea0cd1c0a..110525cc8 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -5,32 +5,27 @@ pink: id == 'home', }" > - -
+ +

{{ cta.title }}

- - {{ cta.slogan }} - -
+
+ + - {{ cta.button }}{{ cta.button }} - {{ cta.button2 }} - {{ cta.button3 }}{{ cta.button }}
diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index de7c8db35..26afd4ab8 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -55,6 +55,11 @@
-->
+