diff --git a/content/about/about_header_geometric.png b/content/about/about_header_geometric.png
new file mode 100644
index 000000000..211231420
Binary files /dev/null and b/content/about/about_header_geometric.png differ
diff --git a/content/about/index.md b/content/about/index.md
index a15df3588..b5eada46b 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -5,7 +5,7 @@ insert_anchor_links: "left"
---
-
+
+
+
+{% row(style="header") %}
+
+
+
+|||
+
+## It All Started a Decade Ago
+
+When we saw how the Internet's existing infrastructure was becoming increasingly centralized, controlled by a handful of tech giants, and posed a threat to privacy and sovereignty, we knew it was time for a change. That's why we founded ThreeFold.
+
+
+{% end %}
@@ -159,24 +173,7 @@ Our mission is to realize the vision of a decentralized, self-sovereign digital
### **"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it's the only thing that ever has."**
### - Margaret Mead
+
+
{% end %}
-
\ No newline at end of file
diff --git a/content/home/home_header_geometric.png b/content/home/home_header_geometric.png
index 962bd7de5..f2f19f192 100644
Binary files a/content/home/home_header_geometric.png and b/content/home/home_header_geometric.png differ
diff --git a/content/home/index.md b/content/home/index.md
index b52675dca..cca2b2146 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -11,13 +11,13 @@ extra:
-
+
+
+
+
+{% row(style="header") %}
+
+
+
+|||
+
+## Decentralized. Autonomous. Internet Infrastructure.
+
+ThreeFold is a globally-distributed grid of storage, compute, and network capacity, acting as "no middleman" Internet resources between independent capacity providers and users.
+
+
+
+{% end %}
+
+
@@ -79,6 +97,8 @@ Your digital life depends on hyperscale data centers controlled by a handful of
{% end %}
+
+
@@ -140,7 +160,7 @@ The stack was built around open-source and simplicity, and to be compatibile wit
{% end %}
-{% row(style="center mtop narrow") %}
+{% row(style="center mtop narrow" id="take_action") %}
## Take Action Today
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index afded5a42..04b7c0150 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -83,6 +83,12 @@ Parameters:
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}
{% endif %}
+
+ {% if "header" in style %}
+ {% set row_class = row_class ~ " h-screen" %}
+ {% set col_class = col_class ~ " m-4 lg:m-0" %}
+ {% endif %}
+
{% if "mtop" in style %}
{% set row_class = row_class ~ " lg:pt-28 pt-2" %}
{% set col_class = col_class ~ " flex-1 m-4 lg:m-0" %}