You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about/uses.page.tsx
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import arrow from "../static/js/ecosystem/arrow-animation.json";
7
7
exportconstfrontmatter={
8
8
seo: {
9
9
title: 'Use Cases & Featured Projects',
10
-
description: "Here’s how the XRP Ledger is used to power innovative technology across the payments and public blockchain landscape.",
10
+
description: "Here's how the XRP Ledger is used to power innovative technology across the payments and public blockchain landscape.",
11
11
}
12
12
};
13
13
@@ -247,7 +247,7 @@ const cardsData = [
247
247
id: "Edge",
248
248
title: "Edge",
249
249
description:
250
-
"Edge is a secure, easy, and private way to use, store, trade, and exchange crypto assets. Edge ensures sure you’re always in control of your money and information while also providing the tools necessary to protect yourself from others and your own mistakes. Edge has rich functionality, a battle-tested security architecture, and the industry’s best customer support.",
250
+
"Edge is a secure, easy, and private way to use, store, trade, and exchange crypto assets. Edge ensures sure you're always in control of your money and information while also providing the tools necessary to protect yourself from others and your own mistakes. Edge has rich functionality, a battle-tested security architecture, and the industry's best customer support.",
251
251
category_id: "wallet",
252
252
category_name: "Wallet",
253
253
link: "https://edge.app/ripple-wallet/",
@@ -430,89 +430,89 @@ const uses = [
430
430
title: "Infrastructure",
431
431
number: 7,
432
432
description:
433
-
"Build and operate components or systems that help the functionality of the XRP Ledger, such as Nodes, dev tools, storage, security and more.",
433
+
"Build and operate components or systems that help the functionality of the XRP Ledger, such as Nodes, dev tools, storage, security and more."
434
434
},
435
435
436
436
{
437
437
id: "developer_tooling",
438
438
title: "Developer Tooling",
439
439
number: 4,
440
440
description:
441
-
"Developers can leverage open-source libraries, SDKs and more to help build their project and access essential XRP Ledger functionality.",
441
+
"Developers can leverage open-source libraries, SDKs and more to help build their project and access essential XRP Ledger functionality."
442
442
},
443
443
{
444
444
id: "interoperability",
445
445
title: "Interoperability",
446
446
number: 1,
447
447
description:
448
-
"Developers and node operators can build and run custom sidechains while leveraging the XRPL’s lean and efficient feature set.",
448
+
"Developers and node operators can build and run custom sidechains while leveraging the XRPL's lean and efficient feature set."
449
449
},
450
450
{
451
451
id: "wallet",
452
452
title: "Wallet",
453
453
number: 4,
454
454
description:
455
-
"Build digital wallets to store passwords and interact with various blockchains to send and receive digital assets, including XRP.",
455
+
"Build digital wallets to store passwords and interact with various blockchains to send and receive digital assets, including XRP."
456
456
},
457
457
{
458
458
id: "nfts",
459
459
title: "NFTs",
460
460
number: 7,
461
461
description:
462
-
"XRPL supports the issuance of IOUs that represent a currency of any value, as well as non-fungible tokens (NFTs).",
462
+
"XRPL supports the issuance of IOUs that represent a currency of any value, as well as non-fungible tokens (NFTs)."
463
463
},
464
464
{
465
465
id: "exchanges",
466
466
title: "Exchanges",
467
467
number: 5,
468
468
description:
469
-
"Build sophisticated exchanges where users can invest and trade crypto and assets such as stocks, ETFs, and commodities.",
469
+
"Build sophisticated exchanges where users can invest and trade crypto and assets such as stocks, ETFs, and commodities."
470
470
},
471
471
{
472
472
id: "gaming",
473
473
title: "Gaming",
474
474
number: 4,
475
475
description:
476
-
"The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability.",
476
+
"The XRPL supports gaming at high speed given its reliable throughput, low fees, and sidechain interoperability."
477
477
},
478
478
{
479
479
id: "security",
480
480
title: "Security",
481
481
number: 1,
482
482
description:
483
-
"Build services and tools that help prevent and combat fraudulent activity with the XRPL.",
483
+
"Build services and tools that help prevent and combat fraudulent activity with the XRPL."
484
484
},
485
485
486
486
{
487
487
id: "payments",
488
488
title: "Payments",
489
489
number: 2,
490
490
description:
491
-
"Leverage the efficiency and speed of the XRP Ledger to move value all over the globe.",
491
+
"Leverage the efficiency and speed of the XRP Ledger to move value all over the globe."
492
492
},
493
493
494
494
{
495
495
id: "cbdc",
496
496
title: "CBDC",
497
497
number: 1,
498
498
description:
499
-
"A private version of the XRP Ledger provides Central Banks a secure, controlled, and flexible solution to issue and manage Central Bank Issued Digital Currencies (CBDCs).",
499
+
"A private version of the XRP Ledger provides Central Banks a secure, controlled, and flexible solution to issue and manage Central Bank Issued Digital Currencies (CBDCs)."
500
500
},
501
501
502
502
{
503
503
id: "sustainability",
504
504
title: "Sustainability",
505
505
number: 1,
506
506
description:
507
-
"Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs).",
507
+
"Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens (NFTs)."
508
508
},
509
509
510
510
{
511
511
id: "custody",
512
512
title: "Custody",
513
513
number: 2,
514
514
description:
515
-
"Use the XRP Ledger to build crypto custody and securely hold, store and use your assets.",
515
+
"Use the XRP Ledger to build crypto custody and securely hold, store and use your assets."
516
516
},
517
517
];
518
518
@@ -601,10 +601,9 @@ export default function Uses() {
601
601
},[theme]);
602
602
const[modalData,setModalData]=React.useState({
603
603
id: "",
604
-
src: "",
605
604
title: "",
606
605
description: "",
607
-
number: "",
606
+
number: ""
608
607
});
609
608
const{ View }=useLottie(options);
610
609
@@ -791,7 +790,7 @@ export default function Uses() {
0 commit comments