diff --git a/public/sponsors/EGDA.png b/public/sponsors/EGDA.png new file mode 100644 index 0000000..e830749 Binary files /dev/null and b/public/sponsors/EGDA.png differ diff --git a/public/sponsors/elamusgolf.png b/public/sponsors/elamusgolf.png new file mode 100644 index 0000000..c66326a Binary files /dev/null and b/public/sponsors/elamusgolf.png differ diff --git a/public/sponsors/lemongym.png b/public/sponsors/lemongym.png new file mode 100644 index 0000000..d406521 Binary files /dev/null and b/public/sponsors/lemongym.png differ diff --git a/public/sponsors/park_minigolf.png b/public/sponsors/park_minigolf.png new file mode 100644 index 0000000..9a0420e Binary files /dev/null and b/public/sponsors/park_minigolf.png differ diff --git a/src/components/Sponsors.tsx b/src/components/Sponsors.tsx index ca50098..62dd8a9 100644 --- a/src/components/Sponsors.tsx +++ b/src/components/Sponsors.tsx @@ -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, } ]; diff --git a/translations/en.json b/translations/en.json index 3d81e7d..19df23c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -87,7 +87,7 @@ "buyButton": "BUY TICKET FROM FIENTA", "visitor": { "name": "VISITOR", - "price": "8€", + "price": "10€", "features": [ "Area access throughout the event", "Ability to enter and leave the event area", @@ -97,7 +97,7 @@ "lan": { "name": "LAN", "subtitle": "TICKET", - "price": "10€", + "price": "12€", "features": [ "A spot in the TipiLAN free-play area", "Personal desk, power and internet connection", diff --git a/translations/et.json b/translations/et.json index 5ce544e..3616158 100644 --- a/translations/et.json +++ b/translations/et.json @@ -87,7 +87,7 @@ "buyButton": "OSTA PILET FIENTAST", "visitor": { "name": "KÜLASTAJA", - "price": "8€", + "price": "10€", "features": [ "Alade ligipääs kogu ürituse vältel", "Võimalus ürituse alalt sisse ja välja liikuda", @@ -97,7 +97,7 @@ "lan": { "name": "LAN", "subtitle": "PILET", - "price": "10€", + "price": "12€", "features": [ "Koht TipiLANi vabamängualal", "Isiklik laud, voolu- ja internetiühendus",