diff --git a/public/assets/competitions/cards/indie-fest.webp b/public/assets/competitions/cards/indie-fest.webp
new file mode 100644
index 0000000..c1bfe6e
Binary files /dev/null and b/public/assets/competitions/cards/indie-fest.webp differ
diff --git a/public/assets/competitions/cards/juego-libre.webp b/public/assets/competitions/cards/juego-libre.webp
new file mode 100644
index 0000000..f97564a
Binary files /dev/null and b/public/assets/competitions/cards/juego-libre.webp differ
diff --git a/public/assets/competitions/cards/paella.webp b/public/assets/competitions/cards/paella.webp
new file mode 100644
index 0000000..87fa510
Binary files /dev/null and b/public/assets/competitions/cards/paella.webp differ
diff --git a/public/assets/competitions/cards/ping-pong.jpg b/public/assets/competitions/cards/ping-pong.jpg
deleted file mode 100644
index b9a2fef..0000000
Binary files a/public/assets/competitions/cards/ping-pong.jpg and /dev/null differ
diff --git a/public/assets/competitions/cards/street-pass.webp b/public/assets/competitions/cards/street-pass.webp
new file mode 100644
index 0000000..254ba97
Binary files /dev/null and b/public/assets/competitions/cards/street-pass.webp differ
diff --git a/public/assets/competitions/cards/tcg.webp b/public/assets/competitions/cards/tcg.webp
new file mode 100644
index 0000000..da97cbc
Binary files /dev/null and b/public/assets/competitions/cards/tcg.webp differ
diff --git a/public/assets/competitions/cards/watch-party.webp b/public/assets/competitions/cards/watch-party.webp
new file mode 100644
index 0000000..cbf1151
Binary files /dev/null and b/public/assets/competitions/cards/watch-party.webp differ
diff --git a/public/assets/competitions/characters/character-indie-fest.webp b/public/assets/competitions/characters/character-indie-fest.webp
new file mode 100644
index 0000000..eb72e85
Binary files /dev/null and b/public/assets/competitions/characters/character-indie-fest.webp differ
diff --git a/public/assets/competitions/characters/character-juego-libre.webp b/public/assets/competitions/characters/character-juego-libre.webp
new file mode 100644
index 0000000..f32a0ef
Binary files /dev/null and b/public/assets/competitions/characters/character-juego-libre.webp differ
diff --git a/public/assets/competitions/characters/character-paella.webp b/public/assets/competitions/characters/character-paella.webp
new file mode 100644
index 0000000..37e7a63
Binary files /dev/null and b/public/assets/competitions/characters/character-paella.webp differ
diff --git a/public/assets/competitions/characters/character-street-pass.webp b/public/assets/competitions/characters/character-street-pass.webp
new file mode 100644
index 0000000..6059c04
Binary files /dev/null and b/public/assets/competitions/characters/character-street-pass.webp differ
diff --git a/public/assets/competitions/characters/character-tcg.webp b/public/assets/competitions/characters/character-tcg.webp
new file mode 100644
index 0000000..c398f76
Binary files /dev/null and b/public/assets/competitions/characters/character-tcg.webp differ
diff --git a/public/assets/competitions/characters/character-watch-party.webp b/public/assets/competitions/characters/character-watch-party.webp
new file mode 100644
index 0000000..999c4f6
Binary files /dev/null and b/public/assets/competitions/characters/character-watch-party.webp differ
diff --git a/public/assets/competitions/logos/indie-fest.webp b/public/assets/competitions/logos/indie-fest.webp
new file mode 100644
index 0000000..3bfbaa7
Binary files /dev/null and b/public/assets/competitions/logos/indie-fest.webp differ
diff --git a/public/assets/competitions/logos/juego-libre.webp b/public/assets/competitions/logos/juego-libre.webp
new file mode 100644
index 0000000..d140a38
Binary files /dev/null and b/public/assets/competitions/logos/juego-libre.webp differ
diff --git a/public/assets/competitions/logos/paella.webp b/public/assets/competitions/logos/paella.webp
new file mode 100644
index 0000000..a0540ac
Binary files /dev/null and b/public/assets/competitions/logos/paella.webp differ
diff --git a/public/assets/competitions/logos/street-pass.webp b/public/assets/competitions/logos/street-pass.webp
new file mode 100644
index 0000000..d40ee68
Binary files /dev/null and b/public/assets/competitions/logos/street-pass.webp differ
diff --git a/public/assets/competitions/logos/tcg.png b/public/assets/competitions/logos/tcg.png
new file mode 100644
index 0000000..8d724be
Binary files /dev/null and b/public/assets/competitions/logos/tcg.png differ
diff --git a/public/assets/competitions/logos/tcg.webp b/public/assets/competitions/logos/tcg.webp
new file mode 100644
index 0000000..72bb274
Binary files /dev/null and b/public/assets/competitions/logos/tcg.webp differ
diff --git a/public/assets/competitions/logos/watch-party.webp b/public/assets/competitions/logos/watch-party.webp
new file mode 100644
index 0000000..ff3a6ed
Binary files /dev/null and b/public/assets/competitions/logos/watch-party.webp differ
diff --git a/public/assets/participan/Logos/osl.webp b/public/assets/participan/Logos/osl.webp
new file mode 100644
index 0000000..549b492
Binary files /dev/null and b/public/assets/participan/Logos/osl.webp differ
diff --git a/src/components/ActividadesSection.astro b/src/components/ActividadesSection.astro
index cb0e9ef..79ca40c 100644
--- a/src/components/ActividadesSection.astro
+++ b/src/components/ActividadesSection.astro
@@ -1,7 +1,7 @@
---
import { darkStyles } from '../utils/all';
import { Competitions } from '../data/competitions-data.ts';
-const allTags = [...new Set(Competitions.flatMap((game) => game.tags))];
+const allTags = [...new Set(Competitions.flatMap((game) => game.tag))];
---
@@ -402,7 +402,7 @@ const allTags = [...new Set(Competitions.flatMap((game) => game.tags))];
Competitions.map((game) => (