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]" className="border-b-[3px] md:border-b-[3px] md:border-r-[3px]"
/> />
{/* TOETAJA PILET */} {/* LAN PILET */}
<TicketCard <TicketCard
title={t("tickets.supporter.name")} title={t("tickets.lan.name")}
subtitle={t("tickets.subtitle")} subtitle={t("tickets.lan.subtitle")}
price={t("tickets.supporter.price")} price={t("tickets.lan.price")}
features={t.raw("tickets.supporter.features")} features={t.raw("tickets.lan.features")}
buttonText={t("tickets.buyButton")} buttonText={t("tickets.buyButton")}
buttonHref="https://fienta.com/et/tipilan" buttonHref="https://fienta.com/et/tipilan"
backgroundImage="/images/landing/explore_teaser.png" backgroundImage="/images/landing/explore_teaser.png"

View File

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

View File

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

View File

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