From 7a75557a5a2986256e3a5a231c6db239b78a3ec7 Mon Sep 17 00:00:00 2001
From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
Date: Sun, 2 Feb 2025 21:44:41 -0600
Subject: [PATCH] refactor: update stats
---
apps/website/components/pricing.tsx | 7 +++++++
apps/website/components/stats.tsx | 4 ++--
apps/website/locales/en.json | 5 +++--
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/apps/website/components/pricing.tsx b/apps/website/components/pricing.tsx
index 9caaaa3..1664d25 100644
--- a/apps/website/components/pricing.tsx
+++ b/apps/website/components/pricing.tsx
@@ -9,6 +9,7 @@ import {
PlusCircleIcon,
PlusIcon,
X,
+ XCircleIcon,
} from "lucide-react";
import { useTranslations } from "next-intl";
import Link from "next/link";
@@ -193,6 +194,12 @@ export function Pricing() {
{feature}
))}
+
+
+
+ Remote Servers Monitoring
+
+
diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx
index 67a85c4..1863a23 100644
--- a/apps/website/components/stats.tsx
+++ b/apps/website/components/stats.tsx
@@ -4,9 +4,9 @@ import { useId } from "react";
import NumberTicker from "./ui/number-ticker";
const statsValues = {
- githubStars: 14500,
+ githubStars: 16000,
dockerDownloads: 1000000,
- contributors: 124,
+ contributors: 133,
sponsors: 40,
};
diff --git a/apps/website/locales/en.json b/apps/website/locales/en.json
index 928c6c6..4236c62 100644
--- a/apps/website/locales/en.json
+++ b/apps/website/locales/en.json
@@ -163,8 +163,9 @@
"f3": "Unlimited Databases",
"f4": "Unlimited Applications",
"f5": "Unlimited Users",
- "f6": "Priority Support",
- "f7": "New Updates"
+ "f6": "Remote Servers Monitoring",
+ "f7": "Priority Support",
+ "f8": "New Updates"
},
"go": "Subscribe"
}