Skip to content

Commit 94acc6b

Browse files
authored
Update welcome.cljs
Tighten up the blocks on the front page
1 parent e4fb6a2 commit 94acc6b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/main/clojure/convex_web/site/welcome.cljs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,55 +7,55 @@
77
["@radix-ui/react-tooltip" :as tooltip]))
88

99
(def key-advantages
10-
[;; -- Realtime Transactions
10+
[;; -- Lightning-Fast Finality
1111
{:background-color "bg-[#6AAAE4]"
1212
:image "images/instant_transactions1.svg"
13-
:title "Realtime Transactions"
13+
:title "Lightning-Fast Finality"
1414
:body
1515
[:div.place-self-start
1616
{:class "max-w-[180px]"}
1717
[:p.text-white
18-
"Confirmations of " [:span.font-bold "transactions in milliseconds "] ", ideal for interactive apps and consumer usage."]]}
18+
"Confirm " [:span.font-bold "transactions in milliseconds "] ", ideal for real-time apps and frictionless consumer experiences."]]}
1919

20-
;; -- Global Scale
20+
;; -- Massive Scalability
2121
{:background-color "bg-convex-dark-blue"
2222
:image "images/global_scale1.svg"
23-
:title "Global Scale"
23+
:title "Massive Scalability"
2424
:body
2525
[:p.text-white
26-
[:span.font-bold "50,000+ decentralised exchange transactions per second "] "– enough for DeFi on a global scale."]}
26+
Process [:span.font-bold "50,000+ operations per second "] ", enabling global scale DeFi and large scale decentralised marketplaces."]}
2727

28-
;; -- Maxium Secutiry
28+
;; -- Uncompromising Security
2929
{:background-color "bg-convex-medium-blue"
3030
:image "images/maximum_security1.svg"
31-
:title "Maximum Security"
31+
:title "Uncompromising Security"
3232
:body
3333
[:p.text-white
34-
"Best in class cryptography and secure " [:span.font-bold "BFT consensus algorithm"] ", fully pseudonymised."]}
34+
"Harness best-in-class cryptography and a " [:span.font-bold "leaderless BFT consensus"] ", ensuring privacy and tamper-proof integrity."]}
3535

36-
;; -- LOW COST
36+
;; --Ultra-Low Fees
3737
{:background-color "bg-convex-dark-blue"
3838
:image "images/instant_transactions2.svg"
39-
:title "LOW COST"
39+
:title "Ultra-Low Fees"
4040
:body
4141
[:p.text-white
42-
"Transaction costs less than $0.0001 – " [:span.font-bold "for frictionless finance"] "."]}
42+
"Pay less than $0.0001 per transaction" [:span.font-bold "eliminating friction and unlocking new economic models"] "."]}
4343

44-
;; -- 100% Green
44+
;; -- Green by Design
4545
{:background-color "bg-convex-medium-blue"
4646
:image "images/global_scale2.svg"
47-
:title "100% Green"
47+
:title "Green by Design"
4848
:body
4949
[:p.text-white
50-
"No wastage of energy or computing resources. " [:span.font-bold "More than 1,000,000 times more efficient than Proof of Work networks"] "."]}
50+
"Consume minimal energy, " [:span.font-bold "over 1,000,000 times more efficient than Proof-of-Work—sustainable at internet scale"] "."]}
5151

52-
;; -- Lambda Calculus
52+
;; -- Advanced Virtual Machine
5353
{:background-color "bg-[#6AAAE4]"
5454
:image "images/maximum_security2.svg"
55-
:title "Lambda Calculus"
55+
:title "Advanced Virtual Machine"
5656
:body
5757
[:p.text-white
58-
"Advanced virtual machine (CVM), that supports execution of " [:span.font-bold "custom smart contracts and unlimited extensibility."]]}])
58+
"A Turing-complete environment based on the lambda calculus, offering " [:span.font-bold "limitless smart contract extensibility."]]}])
5959

6060
(defn KeyAdvantages []
6161
[:div

0 commit comments

Comments
 (0)