diff --git a/src/components/TeaserCarousel.tsx b/src/components/TeaserCarousel.tsx index bacd63e..3c1aaab 100644 --- a/src/components/TeaserCarousel.tsx +++ b/src/components/TeaserCarousel.tsx @@ -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 (
{/* Background image */} @@ -75,11 +73,6 @@ export default function TeaserCarousel() { {description}

- {prize && ( -

- {prize} -

- )} {/* Hero image */}
diff --git a/translations/en.json b/translations/en.json index bc6cdbc..6410a31 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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" } }, diff --git a/translations/et.json b/translations/et.json index dba6418..5c2a083 100644 --- a/translations/et.json +++ b/translations/et.json @@ -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" } },