diff --git a/app/page.tsx b/app/page.tsx
index 4e67fe7..f76e662 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -121,7 +121,7 @@ function GameSection({
-
+
{games.map((game, idx) => (
-
+
{games.map((game, idx) => {
const discountPct = game.price_initial && game.price_current
? Math.round((1 - game.price_current / game.price_initial) * 100)