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"
}