From 4465b8c3ac30652e534d4ea35b499aaec6aa923f Mon Sep 17 00:00:00 2001 From: enes Date: Fri, 18 Oct 2024 16:54:31 +0200 Subject: [PATCH] refactor(landing): cards description --- src/pages/landing/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/landing/index.tsx b/src/pages/landing/index.tsx index 03738e8..773b923 100644 --- a/src/pages/landing/index.tsx +++ b/src/pages/landing/index.tsx @@ -69,8 +69,8 @@ export const LandingPage = () => { title: <>Verifiable, description: ( <> - Thanks to Schnorr Signatures and Web of Trust, SIGit is far more - auditable than traditional server-based offerings. + SIGit Agreements can be directly verified - unlike traditional, + server-based offerings. ) }, @@ -84,8 +84,8 @@ export const LandingPage = () => { title: <>Works Offline, description: ( <> - Presuming you have a hardware signing device, it is possible to - complete a SIGit round without an internet connection. + It is possible to complete a SIGit round without an internet + connection. ) }, @@ -94,8 +94,8 @@ export const LandingPage = () => { title: <>Multi-Party Signing, description: ( <> - Choose any number of Signers and Viewers, track the signature status, - send reminders, get notifications on completion. + Choose any number of Signers and Viewers, track status, get + notifications on completion. ) }