Skip to content

Commit b3221c0

Browse files
committed
added better overview
1 parent 9a5fa72 commit b3221c0

2 files changed

Lines changed: 240 additions & 1 deletion

File tree

components/Hero.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function Hero() {
1919
Safe and compliant real-world transactions on any public blockchain
2020
</h1>
2121
<p className="mt-6 text-lg leading-8 text-gray-600">
22-
Cryptos first private decentralized payment messaging protocol for
22+
Crypto's first private decentralized payment messaging protocol for
2323
VASPs financial institutions, DeFi, and Self-hosted wallets
2424
</p>
2525
<div className="mt-10 flex items-center justify-center gap-x-6">
@@ -29,6 +29,12 @@ export function Hero() {
2929
>
3030
Read the TAP Whitepaper
3131
</a>
32+
<a
33+
href="/tap-overview.md"
34+
className="text-sm font-semibold leading-6 text-gray-900"
35+
>
36+
Technical Overview <span aria-hidden="true"></span>
37+
</a>
3238
<a
3339
href="/TAIPs/taip-4"
3440
className="text-sm font-semibold leading-6 text-gray-900"

0 commit comments

Comments
 (0)