diff --git a/app/volunteering_db.ts b/app/volunteering_db.ts
index 359bdedb83329b2b91cc81634348fbfca244d73c..19186e00a379698b6a798f9fb06fa92031d9701d 100644
--- a/app/volunteering_db.ts
+++ b/app/volunteering_db.ts
@@ -234,12 +234,12 @@ const MAX_LIMIT = 100
 const DEFAULT_LIMIT = 10
 
 const DEFAULT_RECO_TOPICS_V2 = [
+  'democracy-politics',
   'human-rights',
-  'animal-welfare',
-  'arts-culture',
+  'climate-environment',
   'literacy-education',
-  'mental-physical-health',
-  'democracy-politics',
+  'arts-culture',
+  'animal-welfare',
 ]
 
 const queryEmbeddingVector = (topics: string[], skills: string[]): number[] => {