before race

This commit is contained in:
root
2025-12-21 07:51:51 +01:00
parent f2c3b04a88
commit 872e5a1a6a
9 changed files with 340 additions and 55 deletions

View File

@@ -56,7 +56,7 @@ export default function Home() {
<section className="container" id="past">
<h2>Past Drops</h2>
<PastDrops />
<PastDrops limit={3} showMoreLink={true} />
</section>
<Footer />