mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Remove prizes from slides
This commit is contained in:
@@ -45,8 +45,6 @@ export default function TeaserCarousel() {
|
||||
{slides.map((slide) => {
|
||||
const title = t(`${slide.key}.title`);
|
||||
const description = t(`${slide.key}.description`);
|
||||
const prize = t.raw(`${slide.key}.prize`) as string | null;
|
||||
|
||||
return (
|
||||
<div key={slide.key} className="relative flex-none w-full h-full">
|
||||
{/* Background image */}
|
||||
@@ -75,11 +73,6 @@ export default function TeaserCarousel() {
|
||||
{description}
|
||||
</p>
|
||||
</div>
|
||||
{prize && (
|
||||
<p className={`${vipnagorgialla.className} font-bold italic text-[clamp(1.5rem,1.2rem+1.5vw,2.75rem)] text-[#00A3E0]`}>
|
||||
{prize}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
{/* Hero image */}
|
||||
<div className={`hidden md:block relative ${slide.flip ? "md:[direction:ltr]" : ""}`}>
|
||||
|
||||
@@ -51,19 +51,16 @@
|
||||
"compete": {
|
||||
"title": "COMPETE",
|
||||
"description": "Prove yourself in TipiLAN's CS2 and LoL tournaments: thousands in prize money, players from across Europe, and HLTV-ranked competition that could put you on the map.",
|
||||
"prize": "2500€",
|
||||
"link": "/turniirid"
|
||||
},
|
||||
"play": {
|
||||
"title": "PLAY",
|
||||
"description": "Enjoy the TipiLAN atmosphere — bring your computer, relax, play with friends and experience one of Estonia's largest gaming events.",
|
||||
"prize": null,
|
||||
"link": "/piletid"
|
||||
},
|
||||
"explore": {
|
||||
"title": "EXPLORE",
|
||||
"description": "Explore the TipiLAN expo area where companies, mini-competitions and lots more exciting things await you.",
|
||||
"prize": null,
|
||||
"link": "/messiala"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -51,19 +51,16 @@
|
||||
"compete": {
|
||||
"title": "VÕISTLE",
|
||||
"description": "Tõesta end TipiLANi CS2 ja LoL featurniiridel: tuhanded eurod auhinnarahas, mängijad üle kogu Euroopa ja HLTV-reitinguga võistlus, mis viib sind maailmakaardile.",
|
||||
"prize": "2500€",
|
||||
"link": "/turniirid"
|
||||
},
|
||||
"play": {
|
||||
"title": "MÄNGI",
|
||||
"description": "Naudi TipiLANi atmosfääri – too kaasa arvuti, istutle mugavalt, mängi sõpradega ja koge ühte Eesti suurimat mänguüritust.",
|
||||
"prize": null,
|
||||
"link": "/piletid"
|
||||
},
|
||||
"explore": {
|
||||
"title": "AVASTA",
|
||||
"description": "Avasta TipiLANi messialat, kus ootavad sind erinevad ettevõtted, mini-võistlused ja palju muud põnevat.",
|
||||
"prize": null,
|
||||
"link": "/messiala"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user