Skip to content

Commit 64779e7

Browse files
Minor fixes to homepage descriptions (#2080)
1 parent c114f7e commit 64779e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ export default function Home(): JSX.Element {
2121
colorPalette="purple"
2222
cards={[
2323
{
24-
title: 'SDK',
24+
title: 'MetaMask SDK',
2525
description:
26-
'Use MetaMask SDK to build onchain dapps. Authenticate users, handle transactions, and interact with contracts across the MetaMask extension and MetaMask Mobile.',
26+
'Use MetaMask SDK to provide your users a fast, reliable, and seamless connection to the MetaMask extension and MetaMask Mobile.',
2727
href: '/sdk',
2828
theme: '',
2929
},
3030
{
3131
title: 'Wallet API',
3232
description:
33-
"Use the Wallet API to integrate your dapp with MetaMask. Connect to the MetaMask browser extension and interact with your users' accounts.",
33+
"Use the Wallet API to directly integrate your dapp with the MetaMask browser extension, and interact with your users' accounts.",
3434
href: '/wallet',
3535
theme: '',
3636
},
3737
{
38-
title: 'Embedded Wallets',
38+
title: 'Embedded Wallets SDK',
3939
description:
4040
'Use the Embedded Wallets SDK (Web3Auth) to onboard power users and first-time users in seconds via social logins, passkeys, or by integrating your own authentication providers.',
4141
href: 'https://web3auth.io/docs',

0 commit comments

Comments
 (0)