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:
parent
f73a84501e
commit
c0839dd081
|
|
@ -84,7 +84,7 @@ export default function HomePage() {
|
||||||
<p className="text-center text-gray-700 mb-12 text-lg">
|
<p className="text-center text-gray-700 mb-12 text-lg">
|
||||||
Tous nos lots sont 100% gagnants - Chaque participation est récompensée !
|
Tous nos lots sont 100% gagnants - Chaque participation est récompensée !
|
||||||
</p>
|
</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">
|
<Card className="bg-white">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<div className="text-4xl text-center mb-2">🌿</div>
|
<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
|
Chaque ticket est gagnant, tentez votre chance dès maintenant
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user