diff --git a/content/page/about-us/about-us.md b/content/page/about-us/about-us.md index a6052c36a..8b86e4e03 100644 --- a/content/page/about-us/about-us.md +++ b/content/page/about-us/about-us.md @@ -15,4 +15,5 @@ brandPanel: about_brandPanel brandPanel2: about_brandPanel2 brandPanel3: about_brandPanel3 cta: about_cta +cta2: about_cta2 --- diff --git a/content/page/about-us/cta2/index.md b/content/page/about-us/cta2/index.md new file mode 100644 index 000000000..1f71f9844 --- /dev/null +++ b/content/page/about-us/cta2/index.md @@ -0,0 +1,15 @@ +--- +id: about_cta2 +title: WE’VE COME A LONG WAY, AND WE’RE JUST GETTING STARTED +--- +Our founding team has been setting world records for +
+building the most powerful digital infrastructures in the +
+world for the past 20+ years. After many successful exits, +
+they decided to start from scratch on the Linux kernel and +
+built a new operating system to power the decentralized +
+Internet and Cloud era diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 110525cc8..b8c2a3c0b 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -6,7 +6,10 @@ }" > -
+

+

+ {{ cta.title }} +

+
+
+
@@ -603,7 +629,7 @@ import Modal from "~/components/custom/Modal.vue"; export default { - props: ["cta", "id"], + props: ["cta", "id", "textOnly"], data() { return { showModal: false, diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 26afd4ab8..fed89432a 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -57,9 +57,16 @@
+ +