Skip to content

Commit

Permalink
✨ strategies: add leverage in featured strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
franm91 committed Nov 27, 2024
1 parent 1780636 commit 3264ce7
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions pages/strategies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<Link href={{ pathname: '/debit2credit' }} style={{ width: '100%' }}>
<Button
fullWidth
variant="contained"
onClick={() =>
track('Button Clicked', {
location: 'Strategies',
name: 'debit to credit',
href: '/debit2credit',
isNew: false,
})
}
>
{t('Get Started')}
</Button>
</Link>
),
isNew: false,
source: 'exactly' as const,
imgPath: '/img/strategies/featured_debit2credit.svg',
chainId: optimism.id,
},
{
title: t('Maximize your yield'),
description: t(
Expand Down Expand Up @@ -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: (
<Link href={{ pathname: '/debit2credit' }} style={{ width: '100%' }}>
<Button
fullWidth
variant="contained"
onClick={() =>
track('Button Clicked', {
location: 'Strategies',
name: 'debit to credit',
href: '/debit2credit',
isNew: false,
})
}
>
{t('Get Started')}
</Button>
</Link>
),
isNew: false,
source: 'exactly' as const,
imgPath: '/img/strategies/featured_debit2credit.svg',
chainId: optimism.id,
},
{
title: t('Refinance Loans'),
description: t(
Expand Down

0 comments on commit 3264ce7

Please sign in to comment.