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..589de3d 100644 --- a/src/components/Sponsors.tsx +++ b/src/components/Sponsors.tsx @@ -86,6 +86,34 @@ 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, } ];