@@ -33,25 +33,25 @@ const HELP_PRODUCTS = [
3333 "https://playground.thirdweb.com/connect/sign-in/button?tab=code" ,
3434 } ,
3535 {
36- description : "Wallets, auth, and onchain interactions " ,
36+ description : "Create and manage crypto wallets " ,
3737 icon : WalletIcon ,
38- title : "Connect " ,
38+ title : "Wallets " ,
3939 viewAllUrl : "https://portal.thirdweb.com/connect" ,
4040 } ,
4141 {
42- description : "Bridge and onramp tokens on any chain" ,
42+ description : "Enable payments on any tokens on any chain" ,
4343 icon : PayIcon ,
4444 title : "Universal Bridge" ,
4545 viewAllUrl : "https://portal.thirdweb.com/pay" ,
4646 } ,
4747 {
48- description : "Reliable transactions and monitoring " ,
48+ description : "Perform read and write transactions onchain " ,
4949 icon : EngineIcon ,
50- title : "Engine " ,
50+ title : "Transactions " ,
5151 viewAllUrl : "https://portal.thirdweb.com/engine/v3" ,
5252 } ,
5353 {
54- description : "Blockchain data queries and transformations " ,
54+ description : "Query and analyze blockchain data " ,
5555 icon : InsightIcon ,
5656 title : "Insight" ,
5757 viewAllUrl : "https://portal.thirdweb.com/insight" ,
@@ -117,7 +117,7 @@ export default async function SupportPage() {
117117 </ header >
118118 </ div >
119119 < section className = "container flex flex-col gap-6" >
120- < h2 className = "font-bold text-3xl" > Learning Resources </ h2 >
120+ < h2 className = "font-bold text-3xl" > Support Site </ h2 >
121121 < div className = "grid grid-cols-1 gap-4 md:grid-cols-2 md:gap-6 lg:grid-cols-3" >
122122 { HELP_PRODUCTS . map ( ( product ) => (
123123 < Card className = "relative col-span-1 bg-card" key = { product . title } >
0 commit comments