diff --git a/html/landing.ejs b/html/landing.ejs
index 221c2391..95b0b6b8 100644
--- a/html/landing.ejs
+++ b/html/landing.ejs
@@ -364,9 +364,18 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
const _terms = Array.isArray(typeof searchMarquee !== 'undefined' ? searchMarquee : null) && (typeof searchMarquee !== 'undefined')
? searchMarquee
: [
- "Gaming videos", "Deltarune Chapter 3&4", "K-Pop mixes", "Lo-fi playlists", "Linux tips",
- "Privacy guides", "Games hub", "News highlights", "Cozy movies", "Study music",
- "ASMR", "Live cams", "Nature ambiences", "City pop", "Retro tech", "omori", "twenty one pilots", "smoorez"
+ "Gaming videos", "Deltarune Chapter 3&4", "K-Pop mixes", "Lo-fi playlists", "Linux tips",
+ "Privacy guides", "Games hub", "News highlights", "Cozy movies", "Study music",
+ "ASMR", "Live cams", "Nature ambiences", "City pop", "Retro tech", "Omori",
+ "Twenty One Pilots", "Smoorez", "Assassin's Creed Shadows", "Elden Ring", "Monster Hunter: Wilds", "Mario Kart World",
+ "Split Fiction", "Citizen Sleeper 2", "Doom: The Dark Ages", "Helldivers 2",
+ "Call of Duty: Black Ops 6", "Fable", "Vampire: Bloodlines 2",
+ "Metallica", "Radiohead", "Coldplay", "Billie Eilish", "Taylor Swift",
+ "The Beatles", "Nirvana", "Pink Floyd", "Linkin Park", "BTS", "BLACKPINK",
+ "Stray Kids", "Ed Sheeran", "Adele", "Drake", "Kendrick Lamar", "Bad Bunny",
+ "Inception", "Interstellar", "Spirited Away", "Your Name", "Coco", "Parasite",
+ "Stranger Things", "Arcane", "Attack on Titan", "One Piece", "My Hero Academia",
+ "Looney Tunes", "Mandalorian", "Doctor Who", "Cyberpunk 2077", "Minecraft", "Nintendo Games"
];
const enc = str => encodeURIComponent(String(str));
%>