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]"
|
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"
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user