There was an error while loading. Please reload this page.
1 parent 07c06ce commit 3b5f9fcCopy full SHA for 3b5f9fc
1 file changed
website/components/stats/Stats.tsx
@@ -5,9 +5,9 @@ export const Stats = () => {
5
return (
6
<section className="mx-auto max-w-5xl px-4">
7
<div className="flex flex-col items-center justify-center gap-12 sm:flex-row sm:gap-0">
8
- <Stat num={210} suffix="M+" subheading="Impressions" />
9
- <Stat num={118} suffix="K+" subheading="Followers" />
10
- <Stat num={5.8} suffix="M+" subheading="Likes" />
+ <Stat num={330} suffix="M+" subheading="Impressions" />
+ <Stat num={134.7} suffix="K+" subheading="Followers" />
+ <Stat num={8.3} suffix="M+" subheading="Likes" />
11
</div>
12
</section>
13
);
0 commit comments