refactor: update stats

This commit is contained in:
Mauricio Siu
2025-02-02 21:44:41 -06:00
parent 6e399231c5
commit 7a75557a5a
3 changed files with 12 additions and 4 deletions

View File

@@ -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() {
<span className="ml-2">{feature}</span>
</li>
))}
<li className="flex text-muted-foreground">
<XCircleIcon className="size-5 self-center text-destructive" />
<span className="ml-3 text-destructive">
Remote Servers Monitoring
</span>
</li>
</ul>
<div className="mt-4 flex flex-col gap-2">
<div className="flex flex-col items-center justify-center gap-2">

View File

@@ -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,
};

View File

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