diff --git a/common/messages/de.json b/common/messages/de.json
index 8d81fac4..017588c8 100644
--- a/common/messages/de.json
+++ b/common/messages/de.json
@@ -472,7 +472,7 @@
"home.cta.primary": "Kostenlos loslegen",
"home.cta.secondary": "Erfahre, wie es funktioniert",
"home.proof.prefix": "Beigetreten sind ",
- "home.proof.count": "600+",
+ "home.proof.count": "700+",
"home.proof.suffix": " echte Menschen weltweit",
"home.features.label": "Warum Compass",
"home.features.title": "Anders gebaut. Mit Absicht.",
@@ -1195,7 +1195,7 @@
"profile_grid.undo": "Rückgängig",
"profile_grid.unhide_profile": "Wieder in den Suchergebnissen anzeigen",
"profiles.dismiss": "Verwerfen",
- "profiles.early_growth": "Compass befindet sich in seiner frühen Wachstumsphase — 600+ Mitglieder und ~100 neue Menschen jeden Monat. Erstellen Sie jetzt ein starkes Profil und werden Sie sichtbar, während die Community wächst.",
+ "profiles.early_growth": "Compass befindet sich in seiner frühen Wachstumsphase — 700+ Mitglieder und ~100 neue Menschen jeden Monat. Erstellen Sie jetzt ein starkes Profil und werden Sie sichtbar, während die Community wächst.",
"profiles.filter_guide": "Filtern Sie unten nach Absicht, Alter, Standort und mehr",
"profiles.hidden_success": "Profil ausgeblendet. Sie werden diese Person nicht mehr in den Suchergebnissen sehen.",
"profiles.interactive_profiles": "Profile sind interaktiv — klicken Sie auf jede Karte, um mehr zu erfahren und Kontakt aufzunehmen.",
diff --git a/common/messages/fr.json b/common/messages/fr.json
index 793a4f81..243414f3 100644
--- a/common/messages/fr.json
+++ b/common/messages/fr.json
@@ -472,7 +472,7 @@
"home.cta.primary": "Commencer — gratuit",
"home.cta.secondary": "Découvre comment ça fonctionne",
"home.proof.prefix": "Rejoint par ",
- "home.proof.count": "600+",
+ "home.proof.count": "700+",
"home.proof.suffix": " personnes réelles dans le monde entier",
"home.features.label": "Pourquoi Compass",
"home.features.title": "Différent. Intentionnellement.",
@@ -1194,7 +1194,7 @@
"profile_grid.undo": "Annuler",
"profile_grid.unhide_profile": "Afficher à nouveau dans les résultats de recherche",
"profiles.dismiss": "Fermer",
- "profiles.early_growth": "Compass est dans sa phase de croissance initiale — 600+ membres et ~100 nouvelles personnes chaque mois. Construisez un profil solide maintenant et soyez visible alors que la communauté grandit.",
+ "profiles.early_growth": "Compass est dans sa phase de croissance initiale — 700+ membres et ~100 nouvelles personnes chaque mois. Construisez un profil solide maintenant et soyez visible alors que la communauté grandit.",
"profiles.filter_guide": "Filtrez ci-dessous par intention, âge, lieu et plus encore",
"profiles.hidden_success": "Profil masqué. Vous ne verrez plus cette personne dans les résultats de recherche.",
"profiles.interactive_profiles": "Les profils sont interactifs — cliquez sur n'importe quelle carte pour en savoir plus et entrer en contact.",
diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx
index 5d1e17bd..ace47575 100644
--- a/web/components/home/home.tsx
+++ b/web/components/home/home.tsx
@@ -319,7 +319,7 @@ export function LoggedOutHome() {
label={
<>
{t('home.proof.prefix', 'Joined by ')}
- {t('home.proof.count', '600+')}
+ {t('home.proof.count', '700+')}
{t('home.proof.suffix', ' real people worldwide')}
>
}
diff --git a/web/components/profiles/profiles-home.tsx b/web/components/profiles/profiles-home.tsx
index f74330da..8569df17 100644
--- a/web/components/profiles/profiles-home.tsx
+++ b/web/components/profiles/profiles-home.tsx
@@ -303,7 +303,7 @@ export function ProfilesHome() {
{t(
'profiles.early_growth',
- `Compass is in its early growth phase — 600+ members and ~100 new people joining every month. Build a strong profile now and be visible as the community expands.`,
+ `Compass is in its early growth phase — 700+ members and ~100 new people joining every month. Build a strong profile now and be visible as the community expands.`,
)}