From 866e1df0423e7144830c9b592323ad9e3b2e8196 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 4 Nov 2025 15:16:32 +0100 Subject: [PATCH] feat: add Cloud Blueprint landing section with logo showcase --- src/pages/cloud/CloudBluePrint.tsx | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/pages/cloud/CloudBluePrint.tsx diff --git a/src/pages/cloud/CloudBluePrint.tsx b/src/pages/cloud/CloudBluePrint.tsx new file mode 100644 index 0000000..0a2eb97 --- /dev/null +++ b/src/pages/cloud/CloudBluePrint.tsx @@ -0,0 +1,52 @@ +import { H3, P, Eyebrow } from '../../components/Texts' + + +export function CloudBluePrint() { + return ( +
+
+ Cloud Blueprint +

Your Personal Sovereign Cloud Workspace

+

Digital Me is an example environment built to demonstrate what’s possible on top of the Mycelium Stack, a full personal cloud you can deploy, customize, or extend. + Your files, communication, apps, and optional AI agent, all running privately on infrastructure you choose.

+
+ Transistor + Reform + Tuple + SavvyCal + Statamic +
+
+
+ ) +}