Skip to content

Commit 7973f34

Browse files
committed
fixed a few usecases
1 parent 94e6738 commit 7973f34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/Usecases.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ const usecases = [
1515
{
1616
name: "Post-trade settlement",
1717
description:
18-
"Ensure that your customers' transactions arrive at the correct destination without loss or theft of funds.",
18+
"Ensure that trading transactions on modern non-custodial exchanges are settled securely and rapidly by third-party custodian.",
1919
icon: ArrowPathRoundedSquareIcon,
2020
},
2121
{
2222
name: "B2B Payments",
2323
description:
24-
"Record keeping for accounting, order fulfillment, and regulatory compliance purposes.",
24+
"Instantly settled cross border payments that are tied to your customers, suppliers, and invoices not opaque blockchain addresses.",
2525
icon: BuildingOffice2Icon,
2626
},
2727
{
2828
name: "E-Commerce Payments",
2929
description:
30-
"Replace confusing and insecure blockchain addresses with your customer's real-world counterparts.",
30+
"Securely and privately share merchant, invoice, and customer information to safely enable e-commerce payments using stablecoins",
3131
icon: BuildingStorefrontIcon,
3232
},
3333
];

0 commit comments

Comments
 (0)