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 +
+
+
+ ) +}