From 1d93c51c055c47513f07fc4a605ece1a6bbd1298 Mon Sep 17 00:00:00 2001 From: Arto Reinik Date: Tue, 7 Oct 2025 18:32:38 +0300 Subject: [PATCH] reorder tournament sections, adjust colors and skew images according to figma design --- src/app/[locale]/turniirid/page.tsx | 122 ++++++++++++++-------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/src/app/[locale]/turniirid/page.tsx b/src/app/[locale]/turniirid/page.tsx index 6fe9a5e..8227bd8 100644 --- a/src/app/[locale]/turniirid/page.tsx +++ b/src/app/[locale]/turniirid/page.tsx @@ -36,7 +36,7 @@ export default async function Tourney({ name: "Street Fighter 6", prize: "200€", image: "/messiala/street_fighter.jpg", - objectPosition: "object-right", + objectPosition: "object-center", }, { name: "Gran Turismo", @@ -88,6 +88,63 @@ export default async function Tourney({
+ + {/* Mini-turniirid */} +
+
+
+

+ {t("tournaments.mini.title")} +

+

+ {t("tournaments.mini.timing")} +

+

+ {t("tournaments.mini.description1")} +

+
+
+ + + + + + +
+
+
+ {miniTournaments.map((tournament) => ( +
+ {tournament.name} +
+

{tournament.name} - {tournament.prize}

+
+
+ ))} +
+
+
+ {/* CS2 turniir */}
@@ -124,7 +181,7 @@ export default async function Tourney({ @@ -146,7 +203,7 @@ export default async function Tourney({
{/* LoL turniir */} -
+
);