diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 8133108f6..8a822d525 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -10,7 +10,7 @@ const { BASE: base = "/" } = process.env; export default withMermaid({ lang: "en-US", title: "Rollkit", - description: "The first sovereign rollup framework.", + description: "The unstoppable stack", lastUpdated: true, cleanUrls: true, ignoreDeadLinks: true, @@ -67,7 +67,7 @@ export default withMermaid({ "meta", { property: "description", - content: "The first sovereign rollup framework.", + content: "The unstoppable stack.", }, ], ["meta", { httpEquiv: "Content-Language", content: "en" }], @@ -352,8 +352,8 @@ function sidebarHome() { link: "/blog/sovereign-rollups-on-bitcoin", }, { - text: "Rollkit: The First Sovereign Rollup Framework", - link: "/blog/rollkit-the-first-sovereign-rollup-framework", + text: "Rollkit: The Unstoppable Stack", + link: "/blog/rollkit-the-unstoppable-stack", }, ], }, diff --git a/index.md b/index.md index 5e958592a..583cb0619 100644 --- a/index.md +++ b/index.md @@ -5,8 +5,8 @@ titleTemplate: ':title' hero: name: "Rollkit" - text: "The first sovereign rollup framework" - tagline: Launch a sovereign, customizable blockchain as easily as a smart contract + text: "The unstoppable stack" + tagline: Launch an unstoppable blockchain as easily as a smart contract image: src: /img/logo-big.svg alt: Rollkit diff --git a/learn/intro.md b/learn/intro.md index ba1cbd777..d6872cd52 100644 --- a/learn/intro.md +++ b/learn/intro.md @@ -1,6 +1,8 @@ # Introduction Welcome to the Rollkit docs. We're happy you made it here! -Our mission is to allow anyone to launch their own sovereign, customizable blockchain as easily as a smart contract by utilizing the shared security of a modular data availability network. +Rollkit allows anyone to launch an unstoppable blockchain as easily as a smart contract. -Rollkit is the first sovereign rollup framework, and we're setting the bar high for developers' flexibility and ability to customize rollups however they see fit. +Rollkit is the unstoppable stack. + +We're setting the bar high for developers' flexibility and ability to customize blockchains however they see fit.