copy changes
This commit is contained in:
parent
7236faf675
commit
2cc455450c
|
@ -239,7 +239,7 @@ const AboutPage = ({ ...props }) => {
|
|||
<div className="space-y-10 desktop:space-y-20 flex flex-col">
|
||||
<div>
|
||||
<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 className="hidden desktop:grid gap-y-8 gap-16 grid-cols-3">
|
||||
|
|
|
@ -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.",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Reference in New Issue