Skip to content

Commit 1ee82af

Browse files
committed
feat: improve landing page copy
1 parent 4cd6d67 commit 1ee82af

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

index.mdx

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
22
title: "Request Network Docs"
3-
description: "A protocol for creating payment requests and reconciling payments."
3+
description: "A protocol for requests, payments, and **100% automated reconciliation**. Requests add business context to payments, **eliminating manual accounting** with cryptographic certainty."
44
sidebarTitle: "Welcome"
55
mode: "center"
66
---
77

8-
## What is a Payment Request?
9-
10-
Request Network transforms how businesses handle Web3 payments by creating transparent, traceable payment requests that both parties can trust. Unlike traditional payment methods where you send money and hope for the best, Request Network creates an immutable record that tracks the entire payment lifecycle.
11-
12-
**Key Benefits:**
13-
- **100% Payment Reconciliation** - Never lose track of who paid what
14-
- **Multi-Currency Support** - Invoice in USD, get paid in crypto across 10+ chains
15-
- **Instant Settlement** - No waiting for bank transfers or payment processor holds
16-
- **Programmable Payments** - crypto-to-fiat, crosschain, recurring, batch, and conversion payment flows
17-
188
## Interactive Demo
199

2010
<Card title="🚀 Try Request Network (Coming Soon)" icon="play">
@@ -29,37 +19,37 @@ Choose your path based on what you want to build:
2919

3020
<CardGroup cols={3}>
3121
<Card
32-
title="📄 Use Cases"
22+
title="Use Cases"
3323
href="/use-cases/invoicing"
34-
icon="use-case"
24+
icon="briefcase"
3525
>
3626
Explore specific business scenarios: invoicing, payouts, payroll, checkout, and subscriptions
3727
</Card>
3828

3929
<Card
40-
title="⚙️ API Features"
30+
title="API Features"
4131
href="/api-features/payment-types"
4232
icon="code"
4333
>
44-
Technical documentation for payment types, webhooks, and advanced features
34+
The easiest way to integrate. Payment types, webhooks, and developer tools.
4535
</Card>
4636

4737
<Card
48-
title="� Advanced"
49-
href="/sdk-legacy/migration-guide"
50-
icon="gear"
38+
title="🌐 Resources"
39+
href="/resources/supported-chains-and-currencies"
40+
icon="globe"
5141
>
52-
SDK documentation and advanced implementation topics
42+
Supported chains, currencies, smart contracts, and community resources
5343
</Card>
5444
</CardGroup>
5545

5646
<CardGroup cols={2}>
5747
<Card
58-
title="🌐 Resources"
59-
href="/resources/supported-chains-and-currencies"
60-
icon="globe"
48+
title="SDK (Legacy)"
49+
href="/sdk-legacy/migration-guide"
50+
icon="clock"
6151
>
62-
Supported chains, currencies, smart contracts, and community resources
52+
Legacy SDK and protocol documentation for advanced users
6353
</Card>
6454

6555
<Card

0 commit comments

Comments
 (0)