diff --git a/packages/website/src/pages/about.js b/packages/website/src/pages/about.js
index 990bf25d..3085201e 100644
--- a/packages/website/src/pages/about.js
+++ b/packages/website/src/pages/about.js
@@ -239,7 +239,7 @@ const AboutPage = ({ ...props }) => {
Team
- Skynet stands with you in the fight for a freer future
+ Skynet stands with you in the fight for a free future
diff --git a/packages/website/src/pages/developers.js b/packages/website/src/pages/developers.js
index 037508be..fcc7036c 100644
--- a/packages/website/src/pages/developers.js
+++ b/packages/website/src/pages/developers.js
@@ -18,13 +18,13 @@ const LearnMoreButton = () => (
const reasonCards = [
{
Icon: DataSwap,
- title: "Immutable Data, Globally Available. Trustless",
+ title: "Immutable Data, Globally Available & Trustless",
text:
- "Our [IGDL] means data is instantly accessible on any device, by any portal and is fully verifiable, but leveraging trustees decentralize storage on the Sia blockchain.",
+ "Our immutable data layer means files are instantly accessible on any device, by any portal and are fully verifiable, by leveraging trustless, decentralized storage on the Sia blockchain.",
},
{
Icon: Encryption,
- title: "Dynamic content with a user-focus",
+ title: "Dynamic Content with a User-Focus",
text:
"SkyDB enables complex apps by providing a key-value store for mutable data secured by the private key of the user.",
},
@@ -32,19 +32,19 @@ const reasonCards = [
Icon: Layers,
title: "BYO Frontend Library",
text:
- "Our SDKs are built with web2 developers in mind and client-side web apps and static generators are perfect for using Skynet to deploy with.",
+ "Our SDKs are built with web2 developers in mind. Client-side web apps and static generators are perfect for using Skynet to deploy with.",
},
{
Icon: Mesh,
title: "Decentralized Stack-Friendly",
text:
- "With integrations with HNS, ENS and easy use for off-chain storage, Skynet is positioned to connect with the DWeb and web3 technologies you need.",
+ "With integrations with HNS & ENS, along with easy-access for off-chain storage, Skynet is positioned to connect with the DWeb and web3 technologies you need.",
},
{
Icon: Toolkit,
- title: "Hack Today & Activate an Existing User base",
+ title: "Hack Today & Activate an Existing User Base",
text:
- "Start building without worrying about server overhead or where users will come from. Bootstrap the user experience with interoperable storage that costs you nothing and user-identity right out of the box.",
+ "Start building without worrying about server overhead costs or where users will come from. Bootstrap the user experience with interoperable storage and user-identity – right out of the box.",
},
];