mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-08-08 09:41:59 +00:00
Feature - Changed supporter ticket to LAN area ticket.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"plugins": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user