Skip to content

Commit dcda3df

Browse files
committed
Adjust BOS banners
1 parent 6546bb4 commit dcda3df

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

apps/frontend/src/app/5_pages/LandingPage/components/Banner/Banner.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,7 @@ export const Banner: FC = () => {
5050
style={ButtonStyle.secondary}
5151
size={ButtonSize.large}
5252
text={t(translations.landingPage.promotions.originsLaunch.cta)}
53-
href={LAUNCHPAD_LINKS.ORIGINS}
54-
hrefExternal
55-
/>
56-
<Button
57-
style={ButtonStyle.ghost}
58-
size={ButtonSize.large}
59-
className="text-sm"
60-
text={t(
61-
translations.landingPage.promotions.originsLaunch
62-
.secondaryCta,
63-
)}
64-
href={LAUNCHPAD_LINKS.LEARN_MORE}
53+
href={LAUNCHPAD_LINKS.ORIGINS_CLAIM}
6554
hrefExternal
6655
/>
6756
</>

apps/frontend/src/app/5_pages/LandingPage/components/QuickLaunch/QuickLaunch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const QuickLaunch: FC = () => {
5858
pageTranslations.quickLaunch.originsLaunchpad.description,
5959
),
6060
action: t(pageTranslations.quickLaunch.originsLaunchpad.action),
61-
href: LAUNCHPAD_LINKS.ORIGINS,
61+
href: LAUNCHPAD_LINKS.ORIGINS_CLAIM,
6262
url: noop,
6363
backgroundImage: originsLaunch,
6464
chains: [Chains.RSK],

apps/frontend/src/constants/links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const ROOTSTOCK_LINK = 'https://rootstock.io/';
7171

7272
export const LAUNCHPAD_LINKS = {
7373
ORIGINS: 'https://origins.sovryn.app',
74+
ORIGINS_CLAIM: 'https://origins.sovryn.app/bos/vesting-claim',
7475
LEARN_MORE:
7576
'https://sovryn.com/all-things-sovryn/stake-sov-get-origins-bonus',
7677
};

apps/frontend/src/locales/en/translations.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@
544544
"action": "Coming soon"
545545
},
546546
"originsLaunchpad": {
547-
"title": "Join $BOS Presale – Phase 2 Live",
548-
"description": "Deposit from any chain. Get bonuses for $SOV staking. BTC and ADA deposits.",
549-
"action": "Join Presale"
547+
"title": "Claim your $BOS",
548+
"description": "Presale Claims are now open.",
549+
"action": "Claim $BOS"
550550
}
551551
},
552552
"promotions": {
@@ -582,10 +582,9 @@
582582
"cta": "Stake SOV"
583583
},
584584
"originsLaunch": {
585-
"title": "Origins is live!",
586-
"description": "Join the $BOS Phase 2 presale on Sovryn’s multichain launchpad. $SOV stakers earn bonuses!",
587-
"cta": "Join Presale",
588-
"secondaryCta": "Learn more"
585+
"title": "BOS CLAIMS ARE OPEN",
586+
"description": "Claim your BOS tokens on Sovryn Origin - the multichain launchpad!",
587+
"cta": "Claim $BOS"
589588
}
590589
},
591590
"titleSection": {

0 commit comments

Comments
 (0)