Skip to content

Commit 6dc48dc

Browse files
committed
Update page.tsx
1 parent 60fc5c3 commit 6dc48dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/playground-web/src/app/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
InfraEngineIcon,
23
PayIcon,
34
WalletsAuthIcon,
45
WalletsConnectIcon,
@@ -60,6 +61,12 @@ function WalletsSection() {
6061
description="Performant, and reliable blockchain API"
6162
icon={CodeIcon}
6263
/>
64+
<ArticleCardIndex
65+
href="/engine/airdrop"
66+
title="Engine"
67+
description="Backend server that reads, writes, and deploys contracts at production scale."
68+
icon={InfraEngineIcon}
69+
/>
6370
</div>
6471
</section>
6572
);

0 commit comments

Comments
 (0)