Skip to content

Commit 68045fa

Browse files
kevinkevin
authored andcommitted
Merge remote-tracking branch 'origin/dev' into dev
2 parents b4960a3 + 20a241d commit 68045fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/homepage/HeroSection.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,31 @@ const PRODUCTS = [
2525
icon: WalletCreditCardRegular,
2626
lightImage: 'img/landing-page/hero/btc_stakers.png',
2727
darkImage: 'img/landing-page/hero/btc_stakers_dark.png',
28-
text: 'BABY holders can delegate their toekn to Babylon Genesis to participate governance.',
28+
text: 'BABY holders can delegate their token to Babylon Genesis chain to participate in governance.',
2929
},
3030
{
3131
title: 'Become Operators',
3232
link: '/operators',
3333
icon: TetrisAppRegular,
3434
lightImage: 'img/landing-page/hero/infra_providers.png',
3535
darkImage: 'img/landing-page/hero/infra_providers_dark.png',
36-
text: 'The operators that provide the data validation infrastructure for Bitcoin Secured networks.',
36+
text: 'The operators that provide the data validation infrastructure for Bitcoin Secured Networks (BSNs).',
3737
},
3838
{
3939
title: 'Build dApps',
4040
link: '/developers/dapps/',
4141
icon: DocumentChevronDoubleRegular,
4242
lightImage: 'img/landing-page/hero/dapp_developers.png',
4343
darkImage: 'img/landing-page/hero/dapp_developers_dark.png',
44-
text: 'Smart contracts developers that want to build Bitcoin secured decentralized applications.',
44+
text: 'Smart contract developers that want to build Bitcoin secured decentralized applications.',
4545
},
4646
{
4747
title: 'Build BSNs',
4848
link: '/developers/bsns',
4949
icon: DiversityRegular,
5050
lightImage: 'img/landing-page/hero/bsn_developers.png',
5151
darkImage: 'img/landing-page/hero/bsn_developers_dark.png',
52-
text: 'Integrate economic security into your PoS blockchain, by incorporating Babylon\'s BTC staking protocol.',
52+
text: 'Integrate economic security into your PoS blockchain by incorporating Babylon\'s BTC staking protocol.',
5353
},
5454
];
5555

@@ -110,7 +110,7 @@ export default function HeroSection() {
110110
Make unbreakable chains & dApps
111111
</h2>
112112
<p className="max-w-xl text-center text-text-400">
113-
At Babylon Labs, we're building a more economically secured
113+
At Babylon Labs, we're building a more economically secure
114114
decentralized future. Learn concepts, create dApps and build Bitcoin Secured Networks.
115115
</p>
116116
</div>

0 commit comments

Comments
 (0)