copy changes

This commit is contained in:
Karol Wypchlo 2021-04-01 20:19:37 +02:00
parent 7236faf675
commit 2cc455450c
2 changed files with 8 additions and 8 deletions

View File

@ -239,7 +239,7 @@ const AboutPage = ({ ...props }) => {
<div className="space-y-10 desktop:space-y-20 flex flex-col"> <div className="space-y-10 desktop:space-y-20 flex flex-col">
<div> <div>
<SectionTitleCaption>Team</SectionTitleCaption> <SectionTitleCaption>Team</SectionTitleCaption>
<SectionTitle>Skynet stands with you in the fight for a freer future</SectionTitle> <SectionTitle>Skynet stands with you in the fight for a free future</SectionTitle>
</div> </div>
<div className="hidden desktop:grid gap-y-8 gap-16 grid-cols-3"> <div className="hidden desktop:grid gap-y-8 gap-16 grid-cols-3">

View File

@ -18,13 +18,13 @@ const LearnMoreButton = () => (
const reasonCards = [ const reasonCards = [
{ {
Icon: DataSwap, Icon: DataSwap,
title: "Immutable Data, Globally Available. Trustless", title: "Immutable Data, Globally Available & Trustless",
text: 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, Icon: Encryption,
title: "Dynamic content with a user-focus", title: "Dynamic Content with a User-Focus",
text: text:
"SkyDB enables complex apps by providing a key-value store for mutable data secured by the private key of the user.", "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, Icon: Layers,
title: "BYO Frontend Library", title: "BYO Frontend Library",
text: 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, Icon: Mesh,
title: "Decentralized Stack-Friendly", title: "Decentralized Stack-Friendly",
text: 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, Icon: Toolkit,
title: "Hack Today & Activate an Existing User base", title: "Hack Today & Activate an Existing User Base",
text: 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.",
}, },
]; ];