|
7 | 7 | ["@radix-ui/react-tooltip" :as tooltip])) |
8 | 8 |
|
9 | 9 | (def key-advantages |
10 | | - [;; -- Realtime Transactions |
| 10 | + [;; -- Lightning-Fast Finality |
11 | 11 | {:background-color "bg-[#6AAAE4]" |
12 | 12 | :image "images/instant_transactions1.svg" |
13 | | - :title "Realtime Transactions" |
| 13 | + :title "Lightning-Fast Finality" |
14 | 14 | :body |
15 | 15 | [:div.place-self-start |
16 | 16 | {:class "max-w-[180px]"} |
17 | 17 | [: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."]]} |
19 | 19 |
|
20 | | - ;; -- Global Scale |
| 20 | + ;; -- Massive Scalability |
21 | 21 | {:background-color "bg-convex-dark-blue" |
22 | 22 | :image "images/global_scale1.svg" |
23 | | - :title "Global Scale" |
| 23 | + :title "Massive Scalability" |
24 | 24 | :body |
25 | 25 | [: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."]} |
27 | 27 |
|
28 | | - ;; -- Maxium Secutiry |
| 28 | + ;; -- Uncompromising Security |
29 | 29 | {:background-color "bg-convex-medium-blue" |
30 | 30 | :image "images/maximum_security1.svg" |
31 | | - :title "Maximum Security" |
| 31 | + :title "Uncompromising Security" |
32 | 32 | :body |
33 | 33 | [: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."]} |
35 | 35 |
|
36 | | - ;; -- LOW COST |
| 36 | + ;; --Ultra-Low Fees |
37 | 37 | {:background-color "bg-convex-dark-blue" |
38 | 38 | :image "images/instant_transactions2.svg" |
39 | | - :title "LOW COST" |
| 39 | + :title "Ultra-Low Fees" |
40 | 40 | :body |
41 | 41 | [: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"] "."]} |
43 | 43 |
|
44 | | - ;; -- 100% Green |
| 44 | + ;; -- Green by Design |
45 | 45 | {:background-color "bg-convex-medium-blue" |
46 | 46 | :image "images/global_scale2.svg" |
47 | | - :title "100% Green" |
| 47 | + :title "Green by Design" |
48 | 48 | :body |
49 | 49 | [: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"] "."]} |
51 | 51 |
|
52 | | - ;; -- Lambda Calculus |
| 52 | + ;; -- Advanced Virtual Machine |
53 | 53 | {:background-color "bg-[#6AAAE4]" |
54 | 54 | :image "images/maximum_security2.svg" |
55 | | - :title "Lambda Calculus" |
| 55 | + :title "Advanced Virtual Machine" |
56 | 56 | :body |
57 | 57 | [: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."]]}]) |
59 | 59 |
|
60 | 60 | (defn KeyAdvantages [] |
61 | 61 | [:div |
|
0 commit comments