Skip to content

Commit 936d783

Browse files
committed
update
1 parent 5f75e8e commit 936d783

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

pages/home/index.mdx

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,35 @@ import BenchmarkIcon from "../../components/icons/BenchmarkIcon";
88
<div className="text-white p-8">
99
<div className="flex mb-8">
1010
<div className="w-full max-w-4xl mx-auto">
11-
<h1 className="text-5xl font-extrabold mb-8 whitespace-nowrap">
11+
<h1 className="text-4xl font-extrabold">
1212
Introduction to Pyth Documentation
1313
</h1>
14-
<p className="text-gray-300 mb-4">
15-
Pyth Network is an oracle protocol that connects the owners of market
16-
data to applications on multiple blockchains. Pyth's market data is
17-
contributed by over 100 first- party publishers, including some of the
18-
biggest exchanges and market making firms in the world. Over 350
19-
protocols on 55+ blockchains trust Pyth to secure their applications.
20-
</p>
14+
<div className="mt-16">
15+
<p className="text-gray-300 mb-8">
16+
Pyth Network is the permissionless data infrastructure that empowers
17+
the next generation of decentralized applications. Pyth provides
18+
builders with the supercharged infrastructure to create dApps that
19+
compete with apps.
20+
</p>
21+
</div>
2122
</div>
2223
</div>
24+
<div className="w-full max-w-4xl mx-auto mb-8">
25+
<h2 className="text-3xl font-bold text-left">Products</h2>
26+
<hr className="border-t border-gray-600 my-4" />
27+
</div>
2328
<div className="grid grid-cols-3 gap-4 mb-8">
2429
<ProductBox
2530
icon={<PriceFeedIcon className="w-8 h-8" />}
2631
title="Price Feeds"
27-
description="Price Feeds provide real-time prices for 500+ assets on 55+ blockchain ecosystems, including Solana, many EVM chains, Aptos, Sui, NEAR, and several Cosmos chains."
32+
description="Price Feeds provide real-time prices for crypto, stocks, forex, and metals on number of blockchains, including Solana, many EVM chains, Aptos, Sui, NEAR, and several Cosmos chains."
33+
link="/price-feeds"
2834
/>
2935
<ProductBox
3036
icon={<BenchmarkIcon className="w-8 h-8" />}
3137
title="Benchmarks"
3238
description="Benchmarks provides historical Pyth prices for both on- and off-chain use."
39+
link="/benchmarks"
3340
/>
3441
<ProductBox
3542
icon={<EntropyIcon className="w-8 h-8" />}
@@ -40,18 +47,21 @@ import BenchmarkIcon from "../../components/icons/BenchmarkIcon";
4047
icon={<ExpressRelayIcon className="w-8 h-8" />}
4148
title="Express Relay"
4249
description="Express Relayer provides a secure and reliable way to connect your application to the Pyth network."
50+
link="/express-relayer"
4351
/>
4452
</div>
4553
<div className="grid grid-cols-2 gap-4">
4654
<ProductBox
4755
icon={<div className="w-8 h-8 bg-purple-500 rounded-full" />}
4856
title="Pyth Token"
4957
description="Learn more about the Pyth governance token PYTH."
58+
link="/pyth-token"
5059
/>
5160
<ProductBox
5261
icon={<div className="w-8 h-8 bg-purple-500 rounded-full" />}
5362
title="Pyth Metrics"
5463
description="See metrics of the network's adoption and growth."
64+
link="/metrics"
5565
/>
5666
</div>
5767
</div>

0 commit comments

Comments
 (0)