diff --git a/content/why/about_hero.png b/content/why/about_hero.png
deleted file mode 100644
index ad28e13b8..000000000
Binary files a/content/why/about_hero.png and /dev/null differ
diff --git a/content/why/index.md b/content/why/index.md
index 57e793552..51114f8cd 100644
--- a/content/why/index.md
+++ b/content/why/index.md
@@ -1,59 +1,182 @@
---
title: "ThreeFold's Vision and Mission"
description: "Our mission is to empower individuals and organizations with secure, private, and autonomous access to computing resources, ensuring fair cloud access for everyone." # quotation marks to allow colons where used
-template: "layouts/why.html"
+template: "page.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.png
---
+
+
+
+
+
+# The Internet Needs an Upgrade
+
+The Internet brings the world together, yet much of it is now concentrated in the hands of a few powerful corporations. This wasn't its original intent. The Internet was envisioned as a decentralized, open space. A tool for freedom, collaboration, and equal access for all.
+
+
+
+**ThreeFold has invented a new Data, Network, and Cloud system as an engine for the new Internet.**
+
+
+
+
+
+
+{{ desciption_blockquote(
+ title="The Reason Behind It All",
+
+ description_1="The Internet started as a peer-to-peer network, but over time it has become fragile and overly centralized. This shift has led to serious issues: data centers are extremely expensive to build and maintain, privacy and security are compromised, misinformation is rampant, and half the world remains poorly connected.",
+
+ description_2="Big tech companies now dominate the Internet, tracking our activities and influencing our decisions, consolidating control in ways that don't serve everyone equally.",
+
+ description_3="For +30 years, we’ve dedicated ourselves to this vision, and ThreeFold is the culmination of that journey. Today, we have a fully operational product (V3) and a thriving community of farmers, users, and partners.",
+
+ description_4="Therefore we believe the Internet needs a fresh start—one that addresses these challenges with a focus on authenticity, equality, and sustainability for everyone."
+
+
+) }}
+
+
+
+
+
+## AI needs to be decentralized
+
+We are at the dawn of AI, a transformative force that will redefine how we live, work, and interact with technology. AI presents an incredible opportunity for humanity, however, as AI systems become more powerful, their control sits in the hands of a few corporations, raising serious concerns around privacy, bias, accessibility, and so on.
+
+
+
+Further, centralized cloud providers are bottlenecks, as AI compute demand is outpacing supply and training AI models is too expensive.
+
+
+
+We must not repeat mistakes of the past. Without decentralization, AI will remain controlled by a few corporations—limiting accessibility, innovation, and independence. To ensure AI benefits everyone, we must advocate for decentralized, open-source AI models that are transparent, ethical, and community-driven. And this can only happen on an infrastructure like ThreeFold.
+
+
+
+
-
- }
- .white-gray{
- color: #9f9f9f;
-}
-
\ No newline at end of file
diff --git a/css/index.css b/css/index.css
index a67bf9f24..d56f26cfa 100644
--- a/css/index.css
+++ b/css/index.css
@@ -250,7 +250,7 @@ a img:hover {
}
h2 {
- @apply lg:text-5xl text-3xl leading-snug font-normal tracking-tight text-white capitalize;
+ @apply lg:text-5xl text-3xl leading-snug font-normal tracking-tight my-2 text-white capitalize;
color: #ffffff;
font-family: "Inter", sans-serif !important;
}
@@ -287,7 +287,7 @@ a img:hover {
}
p {
- @apply text-pretty lg:text-xl text-lg font-light text-gray-200;
+ @apply text-pretty lg:text-xl text-lg font-light text-gray-200 my-2;
font-family: "Inter", sans-serif !important;
}
diff --git a/templates/layouts/why.html b/templates/layouts/why.html
index a88cbaf43..c5719f658 100644
--- a/templates/layouts/why.html
+++ b/templates/layouts/why.html
@@ -1,13 +1,11 @@
{% extends "_default/base.html" %}
{% block content %}
-{% include "partials/why/hero.html" %}
-{% include "partials/why/reason.html" %}
-{% include "partials/why/ai_decentralized.html" %}
-{% include "partials/why/web4.html" %}
-{% include "partials/why/timeline.html" %}
-{% include "partials/why/values.html" %}
-{% include "partials/why/team.html" %}
-{% include "partials/home/cta.html" %}
+
+