- {item.title}
+
+
+ {item.time}
- {item.description && (
-
- {item.description}
-
- )}
- {item.location && (
-
- {item.location}
+
+
+ {item.title}
- )}
+ {item.description && (
+
+ {item.description}
+
+ )}
+ {item.location && (
+
+ {item.location}
+
+ )}
+
))}
diff --git a/src/app/piletid/page.tsx b/src/app/piletid/page.tsx
index 1e938b2..4707f69 100644
--- a/src/app/piletid/page.tsx
+++ b/src/app/piletid/page.tsx
@@ -1,52 +1,96 @@
import { vipnagorgialla } from "@/components/Vipnagorgialla";
-import Link from 'next/link';
+import Link from "next/link";
export default function Tickets() {
- return (
-
-
PILETID JA REGISTREERIMINE
-
-
-
8€
-
Arvutiga osaleja
-
- - Isiklik laud, voolu- ja internetiühendus
- - Ligipääs demoalale
- - Turniiride pealt vaatamine
- - Võimalus osaleda miniturniiridel
-
-
-
-
-
-
-
12-15€
-
Võistleja
-
- - Võimalus osaleda CS2 või LoL turniiril
- - Isiklik laud, voolu- ja internetiühendus
- - Ligipääs demoalale
- - Turniiride pealt vaatamine
- - Võimalus osaleda miniturniiridel
-
-
-
-
-
+ return (
+
+
+ PILETID JA REGISTREERIMINE
+
+
+
+
+ 8€
+
+
+ Arvutiga osaleja
+
+
+ -
+ Isiklik laud, voolu- ja internetiühendus
+
+ - Ligipääs demoalale
+ - Turniiride pealt vaatamine
+ - Võimalus osaleda miniturniiridel
+
+
+
+
+
+
+
+ 12-15€
+
+
+ Võistleja
+
+
+ - Võimalus osaleda CS2 või LoL turniiril
+ -
+ Isiklik laud, voolu- ja internetiühendus
+
+ - Ligipääs demoalale
+ - Turniiride pealt vaatamine
+ - Võimalus osaleda miniturniiridel
+
+
+
+
+
-
-
6€
-
Külastaja
-
- - Ligipääs demoalale
- - Turniiride pealt vaatamine
- - Võimalus osaleda miniturniiridel
-
-
-
-
-
-
+
+
+ 6€
+
+
+ Külastaja
+
+
+ - Ligipääs demoalale
+ - Turniiride pealt vaatamine
+ - Võimalus osaleda miniturniiridel
+
+
+
+
- );
-}
\ No newline at end of file
+
+
+ );
+}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 3522749..3c54ad5 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -44,9 +44,13 @@ const Header = ({
-
diff --git a/src/data/timetable.ts b/src/data/timetable.ts
index cf748b6..d91615e 100644
--- a/src/data/timetable.ts
+++ b/src/data/timetable.ts
@@ -10,20 +10,24 @@ export const scheduleData: Record = {
{
title: "League of Legends põhiturniir",
location: "Aula",
+ time: "-",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
+ time: "-",
},
],
"25. oktoober": [
{
title: "Counter-Strike 2 põhiturniir",
location: "Aula",
+ time: "-",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
+ time: "-",
},
],
};