Feature - Changed supporter ticket to LAN area ticket.

This commit is contained in:
Rene Arumetsa
2026-07-22 22:11:25 +03:00
parent 7ec12376ee
commit f6b47b0c10
4 changed files with 20 additions and 18 deletions

View File

@@ -115,12 +115,12 @@ export default async function Tickets({
className="border-b-[3px] md:border-b-[3px] md:border-r-[3px]"
/>
{/* TOETAJA PILET */}
{/* LAN PILET */}
<TicketCard
title={t("tickets.supporter.name")}
subtitle={t("tickets.subtitle")}
price={t("tickets.supporter.price")}
features={t.raw("tickets.supporter.features")}
title={t("tickets.lan.name")}
subtitle={t("tickets.lan.subtitle")}
price={t("tickets.lan.price")}
features={t.raw("tickets.lan.features")}
buttonText={t("tickets.buyButton")}
buttonHref="https://fienta.com/et/tipilan"
backgroundImage="/images/landing/explore_teaser.png"

View File

@@ -94,13 +94,14 @@
"Access to all TipiLAN activities, side events, good vibes and engaging atmosphere."
]
},
"supporter": {
"name": "SUPPORTER",
"price": "25+€",
"lan": {
"name": "LAN",
"subtitle": "TICKET",
"price": "10€",
"features": [
"TipiLAN t-shirt to thank you for your support",
"Opportunity to contribute to TipiLAN's development and future.",
"Everything that comes with the visitor ticket"
"A spot in the TipiLAN free-play area",
"Personal desk, power and internet connection",
"Participation in LAN-area activities and mini-tournaments"
]
},
"lol": {

View File

@@ -94,13 +94,14 @@
"Juurdepääs kogu TipiLAN melule, tegevustele, kõrvalsündmustele, headele vibe'dele ja kaasahaaravale atmosfäärile."
]
},
"supporter": {
"name": "TOETAJA",
"price": "25+€",
"lan": {
"name": "LAN",
"subtitle": "PILET",
"price": "10€",
"features": [
"TipiLANi t-särk, et tänada sind meie toetamise eest",
"Võimalust anda oma panus TipiLANi arengusse ja tulevikku.",
"Kõik, mis kaasneb külastaja piletiga"
"Koht TipiLANi vabamängualal",
"Isiklik laud, voolu- ja internetiühendus",
"Osalemine LAN-ala tegevustes ja miniturniiridel"
]
},
"lol": {

View File

@@ -15,7 +15,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "preserve",
"incremental": true,
"plugins": [
{