|
1 | 1 | import { ImageZoom } from 'fumadocs-ui/components/image-zoom'; |
2 | 2 | import { Braces, Database, Play } from 'lucide-react'; |
3 | 3 | import { Card, Cards, SmallCard } from '@/components/card'; |
4 | | -import { API, Chainhook, Hiro, Ordinals, Runes, StacksIcon } from '@/components/ui/icon'; |
| 4 | +import { API, Chainhook, Hiro, StacksIcon } from '@/components/ui/icon'; |
5 | 5 | import heroImage from '@/public/stacks-hero.svg'; |
6 | 6 |
|
7 | 7 | export default function HomePage() { |
@@ -68,12 +68,6 @@ export default function HomePage() { |
68 | 68 | title="Contract Monitoring" |
69 | 69 | description="Monitor and track smart contract activity and performance metrics." |
70 | 70 | /> |
71 | | - <SmallCard |
72 | | - icon={<Database />} |
73 | | - href="/tools/bitcoin-indexer" |
74 | | - title="Bitcoin Indexer" |
75 | | - description="Index and query Bitcoin blockchain data with high-performance indexing." |
76 | | - /> |
77 | 71 | </Cards> |
78 | 72 | </div> |
79 | 73 | <div className="flex flex-col"> |
@@ -115,18 +109,6 @@ export default function HomePage() { |
115 | 109 | title="Platform API" |
116 | 110 | description="Programmatically manage devnets and chainhooks via REST interface." |
117 | 111 | /> |
118 | | - <SmallCard |
119 | | - icon={<Ordinals />} |
120 | | - href="/apis/ordinals-api" |
121 | | - title="Ordinals API" |
122 | | - description="Complete Bitcoin ordinals and BRC-20 token data with caching optimization." |
123 | | - /> |
124 | | - <SmallCard |
125 | | - icon={<Runes />} |
126 | | - href="/apis/runes-api" |
127 | | - title="Runes API" |
128 | | - description="Fast, reliable data for Bitcoin Runes via an easy-to-use REST interface." |
129 | | - /> |
130 | 112 | <SmallCard |
131 | 113 | icon={<API />} |
132 | 114 | href="/apis/signer-metrics-api" |
|
0 commit comments