Update numbers on the landing page (#4395)

This commit is contained in:
Kamil Kisiela 2024-04-02 16:57:55 +02:00 committed by GitHub
parent e0a13c3d92
commit 20dd614338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -367,10 +367,10 @@ export function IndexPage(): ReactElement {
<div className="absolute top-0 h-px w-full bg-gradient-to-r from-gray-300 via-gray-500 to-gray-300 opacity-25" />
</div>
<StatsList>
<StatsItem label="Happy users" value={4.1} suffix="K" decimal />
<StatsItem label="Registered Schemas" value={120} suffix="K" />
<StatsItem label="Collected Operations" value={150} suffix="B" />
<StatsItem label="GitHub Commits" value={4.6} suffix="K" decimal />
<StatsItem label="Happy users" value={4.9} suffix="K" decimal />
<StatsItem label="Registered Schemas" value={225} suffix="K" />
<StatsItem label="Collected Operations" value={315} suffix="B" />
<StatsItem label="GitHub Commits" value={6.2} suffix="K" decimal />
</StatsList>
</div>
<div className="flex flex-col">