From 30b5c30ba00a93c68e39dfd40b2538719101065d Mon Sep 17 00:00:00 2001 From: MananTank Date: Mon, 6 Oct 2025 21:12:26 +0000 Subject: [PATCH] [PRO-27] Dashboard: copy changes in bridge page (#8191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates the `description` in the `page.tsx` file for the `bridge` component, enhancing its clarity and accuracy regarding token capabilities. It also modifies the text of a `PillLink` to better reflect its functionality. ### Detailed summary - Updated the `description` to specify "3,200+ tokens" instead of "9M+ token routes". - Changed the `PillLink` text from "Integrate Bridge in your apps in minutes, and start generating revenue" to "Accept Payments in Any Token Right Inside Your App". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit - **Documentation** - Updated page metadata to reflect 3,200+ tokens across 85+ chains, with clearer phrasing around finality and pricing for improved SEO and share previews. - **Style** - Refined call-to-action on the Bridge page to “Accept Payments in Any Token Right Inside Your App,” improving clarity and alignment with user goals. --- apps/dashboard/src/app/bridge/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/src/app/bridge/page.tsx b/apps/dashboard/src/app/bridge/page.tsx index cac02859019..aaa148e5615 100644 --- a/apps/dashboard/src/app/bridge/page.tsx +++ b/apps/dashboard/src/app/bridge/page.tsx @@ -14,7 +14,7 @@ import { bridgeAppThirdwebClient } from "./constants"; const title = "thirdweb Bridge: Buy, Bridge & Swap Crypto on 85+ Chains"; const description = - "Bridge, swap, and on-ramp across 9M+ token routes on 85+ chains (Ethereum, Base, Optimism, Arbitrum, BNB & more). Best-price routing and near-instant fast finality"; + "Bridge and swap 3,200+ tokens across 85+ chains (Ethereum, Base, Optimism, Arbitrum, BNB & more). Best-price routing with near-instant finality"; export const metadata: Metadata = { description, @@ -105,8 +105,7 @@ export default async function BridgePage({ href="https://portal.thirdweb.com/bridge" linkType="integrate-bridge" > - Integrate Bridge in your apps in minutes, and start generating - revenue + Accept Payments in Any Token Right Inside Your App