|
1 | | -import { Wallet, File, MessageCircle, Braces, Bot, Blocks } from "lucide-react"; |
| 1 | +import { WalletIcon, FileIcon, MessageCircleIcon, BracesIcon, BotIcon, BlocksIcon } from "lucide-react"; |
2 | 2 | import { DocImage, createMetadata, FeatureCard, GithubTemplateCard, Stack, Grid, ArticleCard, ArticleIconCard } from "@doc"; |
3 | 3 | import NebulaDiagram from "./assets/nebula-diagram.png"; |
4 | 4 | import SupportedChains from "../_images/supported-chains.png"; |
@@ -40,26 +40,26 @@ Nebula is currently live in Beta. |
40 | 40 | <FeatureCard |
41 | 41 | title="Proprietary Blockchain Model" |
42 | 42 | description="Trained on every EVM network and 1M+ contracts" |
43 | | - iconUrl={<File />} |
| 43 | + iconUrl={<FileIcon />} |
44 | 44 | /> |
45 | 45 |
|
46 | | - <FeatureCard |
47 | | - title="Execute Transactions" |
48 | | - description="Deploy contracts, send transactions, and more with natural language" |
49 | | - iconUrl={<MessageCircle/>} |
50 | | - /> |
| 46 | + <FeatureCard |
| 47 | + title="Execute Transactions" |
| 48 | + description="Deploy contracts, send transactions, and more with natural language" |
| 49 | + iconUrl={<MessageCircleIcon />} |
| 50 | + /> |
51 | 51 |
|
52 | 52 | <FeatureCard |
53 | | - title="Wallet Integration" |
54 | | - description="Connect with over 500+ EOAs, in-app wallets, and smart wallets with session keys" |
55 | | - iconUrl={<Wallet/>} |
56 | | - /> |
| 53 | + title="Wallet Integration" |
| 54 | + description="Connect with over 500+ EOAs, in-app wallets, and smart wallets with session keys" |
| 55 | + iconUrl={<WalletIcon />} |
| 56 | + /> |
57 | 57 |
|
58 | 58 | <FeatureCard |
59 | | - title="Framework Integration" |
60 | | - description="Integrate with popular AI orchestration frameworks" |
61 | | - iconUrl={<Blocks/>} |
62 | | - /> |
| 59 | + title="Framework Integration" |
| 60 | + description="Integrate with popular AI orchestration frameworks" |
| 61 | + iconUrl={<BlocksIcon />} |
| 62 | + /> |
63 | 63 | </div> |
64 | 64 |
|
65 | 65 | ## Video Tutorials |
|
0 commit comments