fix: correct indentation in homepage prizes section

Fix missing indentation that was causing a 500 error on the homepage. The grid div wrapper was incorrectly indented.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
soufiane 2025-11-18 02:22:26 +01:00
parent f73a84501e
commit c0839dd081

View File

@ -84,7 +84,7 @@ export default function HomePage() {
<p className="text-center text-gray-700 mb-12 text-lg">
Tous nos lots sont 100% gagnants - Chaque participation est récompensée !
</p>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<Card className="bg-white">
<CardHeader>
<div className="text-4xl text-center mb-2">🌿</div>
@ -150,6 +150,7 @@ export default function HomePage() {
Chaque ticket est gagnant, tentez votre chance dès maintenant
</CardContent>
</Card>
</div>
</div>
</div>
</section>