diff --git a/app/page.tsx b/app/page.tsx index b815055..9c548f8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -55,7 +55,7 @@ function SkeletonSections() { className='space-y-3' >
-
+
{[1, 2, 3, 4].map((j) => (
-
+
{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)