Skip to content

Commit

Permalink
VLD Airdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 17, 2024
1 parent 0683bfb commit 9999bfa
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 1 deletion.
6 changes: 6 additions & 0 deletions messages/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
"body": "Fastest Transactions from Anywhere, Anytime. ERPC offers a global proxy supported by more than 300 edge servers around the world. Every time users access the network, the closest server is automatically selected, ensuring low-latency and stable connections. This guarantees fast access from any region, maximizing performance.",
"button1": "Get Started - Free",
"button2": "ERPC"
},
"VLDAirdropRow": {
"title": "$VLD Airdrop Coming Soon...",
"body": "An airdrop of $VLD tokens is planned primarily for $elSOL holders, Solana Validators using Validators Solutions, and holders of Epics DAO's NFTs and tokens ($EPCT). For more details, please check the official Discord of Validators DAO.",
"button1": "Learn more",
"button2": "Get elSOL"
}
}
}
6 changes: 6 additions & 0 deletions messages/ja/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
"body": "最速のトランザクションをいつでも、どこからでも。ERPCは、世界中に配置された300以上のエッジサーバーによって支えられたグローバルプロキシを提供しています。ユーザーがアクセスするたびに、最短距離のサーバーが自動で選ばれ、低遅延で安定した接続を実現します。これにより、どの地域からでも迅速なアクセスが保証され、パフォーマンスの最大化を図ります。",
"button1": "無料でスタート",
"button2": "ERPC"
},
"VLDAirdropRow": {
"title": "$VLD Airdrop Coming Soon...",
"body": "主に $elSOL ホルダー、Validators Solutions を利用しているバリデーター、Epics DAO の NFT 及びトークン ($EPCT) ホルダーを対象とした $VLD トークンのエアドロップが予定されています。詳しくは Validators DAO の公式 Discord をご確認ください。",
"button1": "最新情報を入手",
"button2": "Get elSOL"
}
}
}
2 changes: 2 additions & 0 deletions src/app/[locale]/(default)/blinks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import StakingHeroRow from './StakingHeroRow'
import ElsolMetricsRow from '@/components/rows/ElsolMetricsRow'
import InstantLiquidityRow from '@/components/rows/InstantLiquidityRow'
import DirectStakingRow from './DirectStakingRow'
import VLDAirdropRow from '@/components/rows/VLDAirdropRow'

const { generateMetadata } = getDataForPageByFilename(__filename)
export { generateMetadata }
Expand Down Expand Up @@ -41,6 +42,7 @@ export default function BlinksPage({ params: { locale } }: PageProps) {
<Why1SOLnot1elSOLRow />
<InstantLiquidityRow />
<HavingLiquidityRow />
<VLDAirdropRow />
<CTARow />
<ProductsSlideRow />
</>
Expand Down
8 changes: 7 additions & 1 deletion src/assets/img.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import logoHorizontal from '@/assets/img/logo/SkeetLogoHorizontal.svg'
import logoHorizontalInvert from '@/assets/img/logo/SkeetLogoInvertHorizontal.svg'
import ValidatorsDAOLogoHorizontal from '@/assets/img/logo/ValidatorsDAOLogoHorizontal.svg'
import ValidatorsDAOLogoInvertHorizontal from '@/assets/img/logo/ValidatorsDAOLogoInvertHorizontal.svg'

import CloudFlareLogoHorizontal from '@/assets/img/logo/partners/CloudFlareLogoHorizontal.svg'
import CloudFlareLogoInvertHorizontal from '@/assets/img/logo/partners/CloudFlareLogoInvertHorizontal.svg'
Expand Down Expand Up @@ -54,10 +56,13 @@ import ValidatrosSolutionsProductImg from '@/assets/img/products/ValidatorsSolut
import ERPCProductImg from '@/assets/img/products/ERPC.jpg'

import SolanaBlinksImg from '@/assets/img/icon/solana/SolanaBlinks.webp'
import VLDAirdropImg from '@/assets/img/icon/rows/VLDAirdrop.png'

export {
logoHorizontal,
logoHorizontalInvert,
ValidatorsDAOLogoHorizontal,
ValidatorsDAOLogoInvertHorizontal,
CloudFlareLogoHorizontal,
CloudFlareLogoInvertHorizontal,
SolanaLogoHorizontal,
Expand Down Expand Up @@ -105,5 +110,6 @@ export {
SolvProductImg,
ValidatrosSolutionsProductImg,
ERPCProductImg,
SolanaBlinksImg
SolanaBlinksImg,
VLDAirdropImg
}
Binary file added src/assets/img/icon/rows/CreditAndCrypto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/icon/rows/VLDAirdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/img/logo/ValidatorsDAOLogoHorizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9999bfa

Please sign in to comment.