Update page.tsx
This commit is contained in:
@@ -68,7 +68,7 @@ export default async function Home() {
|
|||||||
<section className="py-16 px-6 md:px-10 bg-black">
|
<section className="py-16 px-6 md:px-10 bg-black">
|
||||||
<div className="max-w-6xl mx-auto">
|
<div className="max-w-6xl mx-auto">
|
||||||
<h2 className="text-3xl md:text-4xl font-bold text-center mb-10 text-white">Platform Statistics</h2>
|
<h2 className="text-3xl md:text-4xl font-bold text-center mb-10 text-white">Platform Statistics</h2>
|
||||||
<AnimatedStatsSection stats={stats} />
|
<AnimatedStatsSection stats={stats as any} />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user