Update ticket information

This commit is contained in:
Rene Arumetsa
2026-03-31 00:59:17 +03:00
parent 1036fe1f13
commit 070d1e83ca
3 changed files with 11 additions and 11 deletions

View File

@@ -60,11 +60,11 @@ export default function EndSection() {
sizes="(min-width: 1280px) 50vw, 100vw" sizes="(min-width: 1280px) 50vw, 100vw"
className="object-cover pointer-events-none" className="object-cover pointer-events-none"
/> />
<div className="absolute inset-0 z-1 flex flex-col items-center justify-center gap-8 xl:gap-16 2xl:gap-32 p-6 lg:p-12 xl:p-16"> <div className="absolute inset-0 z-1 flex flex-col items-center justify-between py-[15%] px-6 lg:px-12 xl:px-16">
{/* Ticket stats */} {/* Ticket stats */}
<div className="hidden flex-col items-center xl:flex-row gap-6 xl:gap-12 text-center text-text-light"> <div className="flex flex-row items-start gap-6 xl:gap-12 text-center text-text-light">
<CountUpStat end={0} suffix="€" label={t("teaser.tickets.earlyVisitor")} /> <CountUpStat end={8} suffix="€" label={t("teaser.tickets.earlyVisitor")} />
<CountUpStat end={0} suffix="€" label={t("teaser.tickets.supporter")} /> <CountUpStat end={25} suffix="€" label={t("teaser.tickets.supporter")} />
</div> </div>
{/* CTA */} {/* CTA */}
<div className="flex flex-col items-center gap-3 xl:gap-6 w-full"> <div className="flex flex-col items-center gap-3 xl:gap-6 w-full">
@@ -93,9 +93,9 @@ export default function EndSection() {
sizes="(min-width: 1280px) 50vw, 100vw" sizes="(min-width: 1280px) 50vw, 100vw"
className="object-cover pointer-events-none" className="object-cover pointer-events-none"
/> />
<div className="absolute inset-0 z-1 flex flex-col items-center justify-center gap-8 xl:gap-16 2xl:gap-32 p-6 lg:p-12 xl:p-16"> <div className="absolute inset-0 z-1 flex flex-col items-center justify-between py-[15%] px-6 lg:px-12 xl:px-16">
{/* Sponsor stats */} {/* Sponsor stats */}
<div className="flex flex-row items-center xl:flex-row gap-6 xl:gap-12 text-center text-text-light"> <div className="flex flex-row items-start gap-6 xl:gap-12 text-center text-text-light">
<CountUpStat end={900} suffix="+" label={t("teaser.sponsors.visitors")} /> <CountUpStat end={900} suffix="+" label={t("teaser.sponsors.visitors")} />
<CountUpStat end={10000} suffix="+" label={t("teaser.sponsors.streamViewers")} format={formatK} /> <CountUpStat end={10000} suffix="+" label={t("teaser.sponsors.streamViewers")} format={formatK} />
</div> </div>
@@ -104,7 +104,7 @@ export default function EndSection() {
<h2 className="text-h1 text-text-light text-center text-shadow-teaser"> <h2 className="text-h1 text-text-light text-center text-shadow-teaser">
{t("teaser.sponsors.cta")} {t("teaser.sponsors.cta")}
</h2> </h2>
<a href="mailto:tipilan@ituk.ee" className="btn-secondary-lg lg:btn-secondary-lg text-btn lg:text-btn-lg text-center"> <a href="mailto:tipilaninfo@gmail.com" className="btn-secondary-lg lg:btn-secondary-lg text-btn lg:text-btn-lg text-center">
{t("teaser.sponsors.contactButton")} {t("teaser.sponsors.contactButton")}
</a> </a>
</div> </div>

View File

@@ -27,10 +27,10 @@
"description": "Soak in the gaming atmosphere at the expo area: watch tournaments on big screens, try games made by local game developers, and discover dozens of different activities - all under one roof." "description": "Soak in the gaming atmosphere at the expo area: watch tournaments on big screens, try games made by local game developers, and discover dozens of different activities - all under one roof."
}, },
"tickets": { "tickets": {
"earlyVisitor": "Early visitor ticket (until XX.XX)", "earlyVisitor": "Early bird ticket\n(until July 31st)",
"supporter": "Supporter ticket (TipiLAN T-shirt)", "supporter": "Supporter ticket (TipiLAN T-shirt)",
"cta": "Buy an early ticket from Fienta!", "cta": "Buy an early ticket from Fienta!",
"tba": "We will announce prices and sale dates soon!", "tba": "Get your early bird ticket now!",
"buyButton": "Buy tickets here" "buyButton": "Buy tickets here"
}, },
"sponsors": { "sponsors": {

View File

@@ -27,10 +27,10 @@
"description": "Imetle mängurite õhkkonda messialal: jälgi turniire suurtel ekraanidel, proovi kohalike mänguarendajate loodud mänge ja avasta kümneid erinevaid tegevusi - kõik ühe katuse all." "description": "Imetle mängurite õhkkonda messialal: jälgi turniire suurtel ekraanidel, proovi kohalike mänguarendajate loodud mänge ja avasta kümneid erinevaid tegevusi - kõik ühe katuse all."
}, },
"tickets": { "tickets": {
"earlyVisitor": "Varajane külastaja pilet (kuni XX.XX)", "earlyVisitor": "Varajane pilet\n(kuni 31. juuli)",
"supporter": "Toetaja pilet (TipiLANi T-särk)", "supporter": "Toetaja pilet (TipiLANi T-särk)",
"cta": "Osta varajane pilet Fientast!", "cta": "Osta varajane pilet Fientast!",
"tba": "Avaldame hinnad ja müügikuupäevad peagi!", "tba": "Hangi oma varajane pilet kohe!",
"buyButton": "Osta pilet siit" "buyButton": "Osta pilet siit"
}, },
"sponsors": { "sponsors": {