diff --git a/package.json b/package.json
index bc2a07434..a105bca9a 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"i18n:scan": "i18next-scanner --config i18next-scanner.config.cjs"
},
"engines": {
- "node": ">=16"
+ "node": "^20"
},
"dependencies": {
"@emotion/react": "^11.11.4",
diff --git a/pages/strategies.tsx b/pages/strategies.tsx
index 7752f36bb..b0787cd73 100644
--- a/pages/strategies.tsx
+++ b/pages/strategies.tsx
@@ -134,35 +134,6 @@ const Strategies: NextPage = () => {
source: 'exactly' as const,
imgPath: '/img/strategies/featured_staking.svg',
},
- {
- title: t('Debit to Credit'),
- description: t(
- 'Easily turn your current crypto-funded debit card into a credit card by getting a USDC borrow at a fixed rate.',
- ),
- tags: [{ text: t('Advanced'), size: 'small' as const }],
- button: (
-
-
-
- ),
- isNew: false,
- source: 'exactly' as const,
- imgPath: '/img/strategies/featured_debit2credit.svg',
- chainId: optimism.id,
- },
{
title: t('Maximize your yield'),
description: t(
@@ -192,6 +163,35 @@ const Strategies: NextPage = () => {
source: 'exactly' as const,
imgPath: '/img/strategies/featured_leverage.svg',
},
+ {
+ title: t('Debit to Credit'),
+ description: t(
+ 'Easily turn your current crypto-funded debit card into a credit card by getting a USDC borrow at a fixed rate.',
+ ),
+ tags: [{ text: t('Advanced'), size: 'small' as const }],
+ button: (
+
+
+
+ ),
+ isNew: false,
+ source: 'exactly' as const,
+ imgPath: '/img/strategies/featured_debit2credit.svg',
+ chainId: optimism.id,
+ },
{
title: t('Refinance Loans'),
description: t(