Skip to content

Commit 3b00ad5

Browse files
authored
docs: applying full page width (#1987)
* docs: applying full page width * docs: fixing line height
1 parent f73c6ea commit 3b00ad5

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

docs-site

docs/pages/index.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Smart Wallets
33
description: Build zero-friction user onboarding and transactions end-to-end with one SDK.
44
slug: wallets
5+
layout: overview
6+
hide-toc: true
57
---
68

79
<style>{`
@@ -40,7 +42,7 @@ slug: wallets
4042

4143
## Everything you need for onchain applications
4244

43-
<CardGroup cols={2}>
45+
<CardGroup cols={3}>
4446
<Card
4547
small
4648
title="User onboarding"
@@ -54,21 +56,21 @@ slug: wallets
5456
icon="gas-pump"
5557
href="/wallets/transactions/sponsor-gas/sponsor-gas"
5658
>
57-
Remove gas fees for users to drive transaction growth.
59+
Remove gas fees for users.
5860
</Card>
5961
<Card
6062
title="Batching"
6163
icon="bolt"
6264
href="/wallets/transactions/send/batch-user-operations"
6365
>
64-
Multiple transactions in one click on EVM and Solana.
66+
Multiple transactions in 1 click on EVM & Solana.
6567
</Card>
6668
<Card
6769
title="Whitelabel UI"
6870
icon="fa-solid fa-pencil"
6971
href="/wallets/pages/react/customization/theme"
7072
>
71-
Pre-built UI components and fully whitelabel solutions.
73+
Pre-built UI components or fully whitelabel.
7274
</Card>
7375
<Card title="Funding flows" icon="shield" href="/wallets/funding/signup">
7476
Instant fiat onramping for payments.
@@ -78,13 +80,13 @@ slug: wallets
7880
icon="sliders"
7981
href="/wallets/signer/policies/overview"
8082
>
81-
Set permissions and automations across chains.
83+
Advanced permissions and automations.
8284
</Card>
8385
</CardGroup>
8486

8587
## Frameworks
8688

87-
<CardGroup cols={2}>
89+
<CardGroup cols={4}>
8890
<Card
8991
title="React"
9092
icon="fa-brands fa-react"
@@ -99,11 +101,7 @@ slug: wallets
99101
>
100102
Native mobile wallet experiences.
101103
</Card>
102-
<Card
103-
title="Other Javascript Frameworks"
104-
icon="fa-brands fa-js"
105-
href="/wallets/core/overview"
106-
>
104+
<Card title="Javascript" icon="fa-brands fa-js" href="/wallets/core/overview">
107105
Framework-agnostic implementation.
108106
</Card>
109107
<Card
@@ -146,7 +144,7 @@ slug: wallets
146144

147145
## Resources
148146

149-
<CardGroup cols={1}>
147+
<CardGroup cols={3}>
150148
<Card
151149
title="Support"
152150
icon="fa-solid fa-question"
@@ -159,7 +157,7 @@ slug: wallets
159157
icon="fa-solid fa-book"
160158
href="/wallets/recipes/overview"
161159
>
162-
Implement common features with end-to-end guides.
160+
End-to-end guides for common features.
163161
</Card>
164162
<Card
165163
title="Pricing"

0 commit comments

Comments
 (0)