Skip to content

Commit 24e1047

Browse files
committed
updated new product naming chainlist page
1 parent b383779 commit 24e1047

File tree

1 file changed

+8
-8
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/(chain)/components/server

1 file changed

+8
-8
lines changed

apps/dashboard/src/app/(app)/(dashboard)/(chain)/components/server/products.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ import type { ChainSupportedService } from "@/types/chain";
1010

1111
export const products = [
1212
{
13-
description: "Pre-built contracts & deployment tools",
13+
description: "Create, deploy and manage smart contracts",
1414
icon: ContractIcon,
1515
id: "contracts",
1616
link: "https://thirdweb.com/explore",
1717
name: "Contracts",
1818
},
1919
{
20-
description: "Client-side SDKs for wallets and blockchain interactions",
20+
description: "Create and manage crypto wallets",
2121
icon: ConnectSDKIcon,
2222
id: "connect-sdk",
2323
link: "https://thirdweb.com/connect",
24-
name: "Connect SDK",
24+
name: "Wallets",
2525
},
2626
{
2727
description: "Performant and scalable RPC service",
@@ -35,24 +35,24 @@ export const products = [
3535
icon: EngineIcon,
3636
id: "engine",
3737
link: "https://thirdweb.com/engine",
38-
name: "Engine",
38+
name: "Transactions",
3939
},
4040
{
41-
description: "Account factory contracts, bundler & paymaster",
41+
description: "Enable gas sponsorship for seamless transactions",
4242
icon: SmartAccountIcon,
4343
id: "account-abstraction",
4444
link: "https://portal.thirdweb.com/connect/account-abstraction/overview",
4545
name: "Account Abstraction",
4646
},
4747
{
48-
description: "Point of sale solution for bridging, onramping & swapping",
48+
description: "Enable payments in any token on any chain",
4949
icon: PayIcon,
5050
id: "pay",
5151
link: "https://portal.thirdweb.com/connect/pay/overview",
52-
name: "Universal Bridge",
52+
name: "Payments",
5353
},
5454
{
55-
description: "Query, transform and analyze blockchain data",
55+
description: "Query and analyze blockchain data",
5656
icon: InsightIcon,
5757
id: "insight",
5858
link: "https://thirdweb.com/insight",

0 commit comments

Comments
 (0)