diff --git a/src/consts/sponsors.ts b/src/consts/sponsors.ts index 3dab2d921..6228c8b47 100644 --- a/src/consts/sponsors.ts +++ b/src/consts/sponsors.ts @@ -11,11 +11,11 @@ export const SPONSORS: Array = [ }, }, { - id: "prime", + id: "prime-h", name: "Prime", url: "https://drinkprime.com/", image: { - width: 144, + width: 200, height: 49, }, }, @@ -92,6 +92,24 @@ export const SPONSORS: Array = [ height: 69, }, }, + { + id: "mahou", + name: "Mahou", + url: "https://www.mahou.es/", + image: { + width: 200, + height: 100, + }, + }, + { + id: "g-shock", + name: "G-Shock", + url: "https://gshock.casio.com/es/", + image: { + width: 200, + height: 69, + }, + }, { id: "infojobs", name: "InfoJobs",