Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions src/pages/Landing/src/components/sections/FeaturesSplit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FeaturesSplit = ({
const sectionHeader = {
title: "Why choose us?",
paragraph:
"We use the best future technologies, to ensure we handle your data ethically and with atmost care",
"We use the best future technologies, to ensure we handle your data ethically and with utmost care",
};

return (
Expand All @@ -71,9 +71,10 @@ const FeaturesSplit = ({
<h3 className="mt-0 mb-12">Blockchain</h3>
<p className="m-0">
All user data is stored on the Etherum Blockchain, this
ensures all data is decentralized and never suceptible to
hacks. Only the usernamne and public key are stored in smart
contract. This ensure user anonymity and complete privacy.
ensures all data is decentralized and never susceptible to
hacks. Only the username and public key are stored in the
smart contract. This ensures user anonymity and complete
privacy.
</p>
</div>
<div
Expand Down Expand Up @@ -113,11 +114,7 @@ const FeaturesSplit = ({
)}
data-reveal-container=".split-item"
>
<Image
src={ipfs}
alt="Features split 02"
width="50%"
/>
<Image src={ipfs} alt="Features split 02" width="50%" />
</div>
</div>

Expand All @@ -131,7 +128,7 @@ const FeaturesSplit = ({
<p className="m-0">
We use zero servers, so you can be assured that none of your
data is sent in any database. All operations are performed on
the client side, hence no secret data leaves your browser.
the client-side, hence no secret data leaves your browser.
</p>
</div>
<div
Expand Down