diff --git a/app/page.tsx b/app/page.tsx index b8671ed..4e67fe7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -121,7 +121,7 @@ function GameSection({ -
+
{games.map((game, idx) => ( ) : ( @@ -228,7 +228,7 @@ function SaleSection({
-
+
{games.map((game, idx) => { const discountPct = game.price_initial && game.price_current ? Math.round((1 - game.price_current / game.price_initial) * 100) @@ -250,7 +250,7 @@ function SaleSection({ src={game.capsule_image} alt={game.title} fill - className='object-cover group-hover:scale-[0.97] transition-transform duration-300' + className='object-cover rounded-xl group-hover:scale-[0.97] transition-transform duration-300' sizes='(max-width: 640px) 144px, 176px' /> ) : (