Update page.tsx

This commit is contained in:
NotII
2025-04-08 02:14:52 +01:00
parent 054ea4802d
commit bbdd327de5

View File

@@ -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>