diff --git a/app/[locale]/stablecoins/page.tsx b/app/[locale]/stablecoins/page.tsx index 7431ae11f93..d4c3ce455f9 100644 --- a/app/[locale]/stablecoins/page.tsx +++ b/app/[locale]/stablecoins/page.tsx @@ -8,7 +8,6 @@ import { import { Lang } from "@/lib/types" -import ABTestWrapper from "@/components/AB/TestWrapper" import CalloutBannerSSR from "@/components/CalloutBannerSSR" import DataProductCard from "@/components/DataProductCard" import Emoji from "@/components/Emoji" @@ -597,29 +596,19 @@ async function Page({ params }: { params: Promise<{ locale: Lang }> }) { imageWidth={600} alt={t("page-stablecoins-stablecoins-dapp-callout-image-alt")} > - - - {t("page-stablecoins-explore-dapps")} - - - {t("page-stablecoins-more-defi-button")} - - , -
- - {t("page-stablecoins-explore-apps")} - -
, - ]} - /> +
+ + {t("page-stablecoins-explore-dapps")} + + + {t("page-stablecoins-more-defi-button")} + +

{t("page-stablecoins-save-stablecoins")}

diff --git a/src/intl/en/page-stablecoins.json b/src/intl/en/page-stablecoins.json index 779cf56ad01..5638bab57a2 100644 --- a/src/intl/en/page-stablecoins.json +++ b/src/intl/en/page-stablecoins.json @@ -77,7 +77,6 @@ "page-stablecoins-editors-choice": "Editors' choices", "page-stablecoins-editors-choice-intro": "These are probably the best-known examples of stablecoins right now and the coins we've found useful when using dapps.", "page-stablecoins-explore-dapps": "Explore dapps", - "page-stablecoins-explore-apps": "Explore apps", "page-stablecoins-fiat-backed": "Fiat backed", "page-stablecoins-fiat-backed-con-1": "Centralized – someone must issue the tokens.", "page-stablecoins-fiat-backed-con-2": "Requires auditing to ensure company has sufficient reserves.",