New sponsor logos, price updates (#134)

* update sponsor social media link

* add ingame to sponsors

* Feature - Changed supporter ticket to LAN area ticket.

* feat: switchable ticket card (#132)

* update sponsor social media link (#131)

* update sponsor social media link

* add ingame to sponsors

* feat: add switchable-ticket-card, supporter ticket

---------

Co-authored-by: Katri <96204214+SwagMuffin88@users.noreply.github.com>

* fix: translations got reverted

* Fix styling for ticket switcher

* Added new sponsor logos

* Price update

* add egda to sponsors

* Add egda sponsor img

---------

Co-authored-by: Katri Lotamõis <katrilotamois@outlook.com>
Co-authored-by: Voltages <contact@voltages.me>
Co-authored-by: Katri <96204214+SwagMuffin88@users.noreply.github.com>
This commit is contained in:
Renkar
2026-08-12 17:25:08 +03:00
committed by GitHub
parent f42b893dcb
commit 489ae99d7e
7 changed files with 39 additions and 4 deletions

View File

@@ -86,6 +86,41 @@ const sponsors: Sponsor[] = [
alt: "iNGAME",
width: 200,
height: 200,
},
{
href: "https://www.tallinn.ee/et/haridusamet",
src: "/sponsors/Tallinna_Haridusamet_logo_RGB.svg",
alt: "Tallinna Haridusamet",
width: 200,
height: 200,
},
{
href: "https://parkminigolf.ee/",
src: "/sponsors/park_minigolf.png",
alt: "Park Minigolf",
width: 200,
height: 200,
},
{
href: "https://www.lemongym.ee/",
src: "/sponsors/lemongym.png",
alt: "Lemongym",
width: 200,
height: 200,
},
{
href: "https://www.elamusgolf.eu/",
src: "/sponsors/elamusgolf.png",
alt: "Elamusgolf",
width: 200,
height: 200,
},
{
href: "https://www.egda.ee/",
src: "/sponsors/EGDA.png",
alt: "Estonian Game Developers Association",
width: 344,
height: 344,
}
];