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

@ -152,6 +152,7 @@ export default function HomePage() {
</Card> </Card>
</div> </div>
</div> </div>
</div>
</section> </section>
{/* CTA Section */} {/* CTA Section */}