Skip to content

Commit

Permalink
Merge pull request #19 from helix-bridge/jay/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
JayJay1024 authored Apr 25, 2024
2 parents 2f2644d + de4d634 commit 6d5045a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/xtoken-home/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export default function Home() {
<div className="flex flex-col">
<Image alt="Logo" width={210} height={56} src="/logo.svg" className="shrink-0" />
<span className="mt-11 inline-block text-3xl font-bold text-white lg:w-[32.8rem]">
XToken, Helix&apos; Bridge as a Service Open Platform
XToken, Helix&apos;s Bridge as a Service Open Platform
</span>
<span className="mt-5 inline-block text-sm font-normal text-white/60 lg:w-[36rem]">
XToken BAAS(Bridge as a Service) offers professional cross-chain token mapping bridge services tailored for cryptocurrency token issuance projects or custodial applications. Clients maintain full control over contracts and asset permissions. Our comprehensive services include BAAS solution consulting, contract deployment, indexing, and UI cloud services. Custom domain provisioning is also available. For inquiries, please contact hello@helixbridge.app.
<span className="mt-5 inline-block text-sm font-normal leading-6 text-white/60 lg:w-[36rem]">
XToken BAAS(Bridge as a Service) offers professional cross-chain token mapping bridge services tailored for
cryptocurrency token issuance projects or custodial applications. Clients maintain full control over
contracts and asset permissions. Our comprehensive services include BAAS solution consulting, contract
deployment, indexing, and UI cloud services. Custom domain provisioning is also available. For inquiries,
please contact hello@helixbridge.app.
</span>
</div>
<div className="flex items-center gap-8">
Expand Down

0 comments on commit 6d5045a

Please sign in to comment.