- );
-};
diff --git a/apps/dashboard/src/utils/pricing.tsx b/apps/dashboard/src/utils/pricing.tsx
index 43f4b37c901..5f962dae908 100644
--- a/apps/dashboard/src/utils/pricing.tsx
+++ b/apps/dashboard/src/utils/pricing.tsx
@@ -1,5 +1,5 @@
import { type AccountPlan, accountPlan } from "@3rdweb-sdk/react/hooks/useApi";
-import { Link, Text } from "tw-components";
+import Link from "next/link";
export const CONTACT_US_URL =
"https://meetings.hubspot.com/sales-thirdweb/thirdweb-pro";
@@ -173,75 +173,81 @@ export const FAQ_GENERAL = [
{
title: "How do I get started?",
description: (
-
+
thirdweb Starter plan is completely usage based. Simply connect your
wallet to start using thirdweb platform. You only need to create an
account with your email address and add payment method when you're
approaching your monthly free usage credits (so that we can send you
billing updates if you go over).
-
+
),
},
{
title: "Which plan is right for me?",
description: (
-
+
If you are looking for production grade infrastructure, advanced
customizations, and higher limits for transactions, Growth tier is the
right choice. If you are looking for dedicated solutions and support
SLAs, we recommend signing up for the Pro plan.
-
+
),
},
{
title: "Do I need to talk to the sales team for the Growth plan?",
description: (
-
+
Nope! You can self serve and upgrade to the Growth plan in the Dashboard
under{" "}
-
+
Billing
{" "}
whenever you are ready!
-
+
),
},
{
title: "Will I be able to see my usage history?",
description: (
-
+
You can review your usage history at any time on the Dashboard by
visiting the{" "}
-
+
Usage
{" "}
tab under Settings.
-
+
),
},
{
title: "How is pricing calculated for in-app wallets?",
description: (
-
+
In-App wallets are billed based on "Monthly active wallets".
-
+
),
},
{
title: "What is a Monthly Active Wallet?",
description: (
-
+
A Monthly Active Wallet is defined as a wallet where a user logs in
during the billing period.
-
+
),
},
{
title: "Do you have an implementation fee?",
description: (
-
+
No, we do not have any implementation fees for any of our plans.
-
+
),
},
];
@@ -250,38 +256,38 @@ export const FAQ_PRICING = [
{
title: "RPC requests",
description: (
-
+
When your app makes requests to the blockchain, and you use
thirdweb's built-in infrastructure, it will count as a RPC request.
-
+
),
},
{
title: "Storage gateway",
description: (
-
+
When your app downloads files from IPFS, and you use thirdweb's
built-in infrastructure, it will count as a storage gateway request.
-
+
),
},
{
title: "Storage pinning",
description: (
-
+
When your app uploads files to IPFS, and you use thirdweb's
built-in infrastructure, it will count towards your storage pinning
limit.
-
+
),
},
{
title: "Monthly Active Wallet",
description: (
-
+
When a user logs in during a 30-day period in using the in-app wallet
service, they are counted as a monthly active wallet.
-
+
),
},
];